#C88899

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

Shades of Puce #C88899

Tints of Puce #C88899

Color information

#C88899 (or 0xC88899) is unknown color: approx Puce. HEX triplet: C8, 88 and 99. RGB value is (200,136,153). Sum of RGB (Red+Green+Blue) = 200+136+153=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C88899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88899 is #377766. Grayscale: #9D9D9D. Windows color (decimal): -3635047 or 10062024. OLE color: 10062024.

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

Color convert

RGB200136153-
CMYK00.320.240.22
HSL344.06º36.78%65.88%-
HSV(B)344.06º32%78.43%-
XYZ38.3732.1934.33-
YUV157.07125.7158.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.90%
GREEN value IS 136 (53.52% from 255) = 27.81%
BLUE value IS 153 (60.16% from 255) = 31.29%
R=40.90%
G=27.81%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013615300.320.240.22344.0636.7865.88
HexC8889902018161582542
Octal310210231040302653045102
Binary110010001000100010011001010000011000101101010110001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88899; }

 p { color: rgb(200,136,153); }

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

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

 a { background-color: rgb(200,136,153); }

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

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

 span { border-color: rgb(200,136,153); }

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