#C8888E

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

Shades of Puce #C8888E

Tints of Puce #C8888E

Color information

#C8888E (or 0xC8888E) is unknown color: approx Puce. HEX triplet: C8, 88 and 8E. RGB value is (200,136,142). Sum of RGB (Red+Green+Blue) = 200+136+142=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C8888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8888E is #377771. Grayscale: #9B9B9B. Windows color (decimal): -3635058 or 9341128. OLE color: 9341128.

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

Color convert

RGB200136142-
CMYK00.320.290.22
HSL354.38º36.78%65.88%-
HSV(B)354.38º32%78.43%-
XYZ37.5131.8429.76-
YUV155.82120.2159.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.84%
GREEN value IS 136 (53.52% from 255) = 28.45%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=41.84%
G=28.45%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013614200.320.290.22354.3836.7865.88
HexC8888E0201D161622542
Octal310210216040352654245102
Binary110010001000100010001110010000011101101101011000101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8888E; }

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

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

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

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

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

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

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

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