#C88A97

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

Shades of Puce #C88A97

Tints of Puce #C88A97

Color information

#C88A97 (or 0xC88A97) is unknown color: approx Puce. HEX triplet: C8, 8A and 97. RGB value is (200,138,151). Sum of RGB (Red+Green+Blue) = 200+138+151=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88A97 is #377568. Grayscale: #9E9E9E. Windows color (decimal): -3634537 or 9931464. OLE color: 9931464.

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

Color convert

RGB200138151-
CMYK00.310.240.22
HSL347.42º36.05%66.27%-
HSV(B)347.42º31%78.43%-
XYZ38.4932.6933.56-
YUV158.02124.04157.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.90%
GREEN value IS 138 (54.30% from 255) = 28.22%
BLUE value IS 151 (59.38% from 255) = 30.88%
R=40.90%
G=28.22%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013815100.310.240.22347.4236.0566.27
HexC88A9701F181615b2442
Octal310212227037302653344102
Binary11001000100010101001011101111111000101101010110111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88A97; }

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

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

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

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

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

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

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

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