#CC888B

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

Shades of Puce #CC888B

Tints of Puce #CC888B

Color information

#CC888B (or 0xCC888B) is unknown color: approx Puce. HEX triplet: CC, 88 and 8B. RGB value is (204,136,139). Sum of RGB (Red+Green+Blue) = 204+136+139=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC888B is #337774. Grayscale: #9C9C9C. Windows color (decimal): -3372917 or 9144524. OLE color: 9144524.

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

Color convert

RGB204136139-
CMYK00.330.320.2
HSL357.35º40%66.67%-
HSV(B)357.35º33.33%80%-
XYZ38.3732.3128.64-
YUV156.67118.03161.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.59%
GREEN value IS 136 (53.52% from 255) = 28.39%
BLUE value IS 139 (54.69% from 255) = 29.02%
R=42.59%
G=28.39%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413613900.330.320.2357.354066.67
HexCC888B02120141652843
Octal314210213041402454550103
Binary1100110010001000100010110100001100000101001011001011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC888B; }

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

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

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

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

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

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

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

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