#CC888E

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

Shades of Puce #CC888E

Tints of Puce #CC888E

Color information

#CC888E (or 0xCC888E) is unknown color: approx Puce. HEX triplet: CC, 88 and 8E. RGB value is (204,136,142). Sum of RGB (Red+Green+Blue) = 204+136+142=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC888E is #337771. Grayscale: #9D9D9D. Windows color (decimal): -3372914 or 9341132. OLE color: 9341132.

HSL color Cylindrical-coordinate representation of color #CC888E: hue angle of 354.71º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC888E is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB204136142-
CMYK00.330.300.2
HSL354.71º40%66.67%-
HSV(B)354.71º33.33%80%-
XYZ38.5932.429.81-
YUV157.02119.53161.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 136 (53.52% from 255) = 28.22%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=42.32%
G=28.22%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413614200.330.300.2354.714066.67
HexCC888E0211E141632843
Octal314210216041362454350103
Binary110011001000100010001110010000111110101001011000111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC888E; }

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

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

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

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

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

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

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

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