#CC8B9C

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

Shades of Puce #CC8B9C

Tints of Puce #CC8B9C

Color information

#CC8B9C (or 0xCC8B9C) is unknown color: approx Puce. HEX triplet: CC, 8B and 9C. RGB value is (204,139,156). Sum of RGB (Red+Green+Blue) = 204+139+156=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8B9C is #337463. Grayscale: #A0A0A0. Windows color (decimal): -3372132 or 10259404. OLE color: 10259404.

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

Color convert

RGB204139156-
CMYK00.320.240.2
HSL344.31º38.92%67.25%-
HSV(B)344.31º31.86%80%-
XYZ40.1433.735.84-
YUV160.37125.53159.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 139 (54.69% from 255) = 27.86%
BLUE value IS 156 (61.33% from 255) = 31.26%
R=40.88%
G=27.86%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413915600.320.240.2344.3138.9267.25
HexCC8B9C02018141582743
Octal314213234040302453047103
Binary110011001000101110011100010000011000101001010110001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8B9C; }

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

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

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

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

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

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

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

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