#C88097

Color #C88097 Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #C88097

Tints of Puce #C88097

Color information

#C88097 (or 0xC88097) is unknown color: approx Puce. HEX triplet: C8, 80 and 97. RGB value is (200,128,151). Sum of RGB (Red+Green+Blue) = 200+128+151=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C88097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88097 is #377F68. Grayscale: #989898. Windows color (decimal): -3637097 or 9928904. OLE color: 9928904.

HSL color Cylindrical-coordinate representation of color #C88097: hue angle of 340.83º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C88097 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB200128151-
CMYK00.360.240.22
HSL340.83º39.56%64.31%-
HSV(B)340.83º36%78.43%-
XYZ37.1229.9533.1-
YUV152.15127.35162.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 41.75%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 151 (59.38% from 255) = 31.52%
R=41.75%
G=26.72%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012815100.360.240.22340.8339.5664.31
HexC8809702418161552840
Octal310200227044302652550100
Binary110010001000000010010111010010011000101101010101011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88097; }

 p { color: rgb(200,128,151); }

 H1.HeaderClassName
 {
   color: #C88097;
 }
 .AnyTagClassName
 {
   color: #C88097;
 }
</style>
background-color css

<style>
 a { background-color: #C88097; }

 a { background-color: rgb(200,128,151); }

 div.DivClassName
 {
   background-color: #C88097;
 }
 .BgClassName
 {
   background-color: #C88097;
 }
</style>
border-color css

<style>
 span { border-color: #C88097; }

 span { border-color: rgb(200,128,151); }

 td.TdClassName
 {
   border-color: #C88097;
 }
 .TagClassName
 {
   border-color: #C88097;
 }
</style>