#C8899C

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

Shades of Puce #C8899C

Tints of Puce #C8899C

Color information

#C8899C (or 0xC8899C) is unknown color: approx Puce. HEX triplet: C8, 89 and 9C. RGB value is (200,137,156). Sum of RGB (Red+Green+Blue) = 200+137+156=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C8899C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8899C is #377663. Grayscale: #9D9D9D. Windows color (decimal): -3634788 or 10258888. OLE color: 10258888.

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

Color convert

RGB200137156-
CMYK00.320.220.22
HSL341.9º36.42%66.08%-
HSV(B)341.9º31.5%78.43%-
XYZ38.7732.5735.7-
YUV158126.87157.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.57%
GREEN value IS 137 (53.91% from 255) = 27.79%
BLUE value IS 156 (61.33% from 255) = 31.64%
R=40.57%
G=27.79%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013715600.320.220.22341.936.4266.08
HexC8899C02016161562442
Octal310211234040262652644102
Binary110010001000100110011100010000010110101101010101101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8899C; }

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

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

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

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

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

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

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

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