#C88999

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

Shades of Puce #C88999

Tints of Puce #C88999

Color information

#C88999 (or 0xC88999) is unknown color: approx Puce. HEX triplet: C8, 89 and 99. RGB value is (200,137,153). Sum of RGB (Red+Green+Blue) = 200+137+153=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C88999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88999 is #377666. Grayscale: #9D9D9D. Windows color (decimal): -3634791 or 10062280. OLE color: 10062280.

HSL color Cylindrical-coordinate representation of color #C88999: hue angle of 344.76º 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 #C88999 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB200137153-
CMYK00.320.240.22
HSL344.76º36.42%66.08%-
HSV(B)344.76º31.5%78.43%-
XYZ38.5132.4734.37-
YUV157.66125.37158.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.82%
GREEN value IS 137 (53.91% from 255) = 27.96%
BLUE value IS 153 (60.16% from 255) = 31.22%
R=40.82%
G=27.96%
B=31.22%

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
Decimal20013715300.320.240.22344.7636.4266.08
HexC8899902018161592442
Octal310211231040302653144102
Binary110010001000100110011001010000011000101101010110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88999; }

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

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

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

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

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

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

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

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