#CC8B8E

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

Shades of Puce #CC8B8E

Tints of Puce #CC8B8E

Color information

#CC8B8E (or 0xCC8B8E) is unknown color: approx Puce. HEX triplet: CC, 8B and 8E. RGB value is (204,139,142). Sum of RGB (Red+Green+Blue) = 204+139+142=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8B8E is #337471. Grayscale: #9E9E9E. Windows color (decimal): -3372146 or 9341900. OLE color: 9341900.

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

Color convert

RGB204139142-
CMYK00.320.300.2
HSL357.23º38.92%67.25%-
HSV(B)357.23º31.86%80%-
XYZ39.0233.2629.95-
YUV158.78118.53160.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.06%
GREEN value IS 139 (54.69% from 255) = 28.66%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=42.06%
G=28.66%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413914200.320.300.2357.2338.9267.25
HexCC8B8E0201E141652743
Octal314213216040362454547103
Binary110011001000101110001110010000011110101001011001011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8B8E; }

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

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

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

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

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

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

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

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