#CC8791

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

Shades of Puce #CC8791

Tints of Puce #CC8791

Color information

#CC8791 (or 0xCC8791) is unknown color: approx Puce. HEX triplet: CC, 87 and 91. RGB value is (204,135,145). Sum of RGB (Red+Green+Blue) = 204+135+145=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8791 is #33786E. Grayscale: #9C9C9C. Windows color (decimal): -3373167 or 9537484. OLE color: 9537484.

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

Color convert

RGB204135145-
CMYK00.340.290.2
HSL351.3º40.35%66.47%-
HSV(B)351.3º33.82%80%-
XYZ38.6832.2130.97-
YUV156.77121.36161.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 135 (53.12% from 255) = 27.89%
BLUE value IS 145 (57.03% from 255) = 29.96%
R=42.15%
G=27.89%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413514500.340.290.2351.340.3566.47
HexCC87910221D1415f2842
Octal314207221042352453750102
Binary110011001000011110010001010001011101101001010111111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8791; }

 p { color: rgb(204,135,145); }

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

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

 a { background-color: rgb(204,135,145); }

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

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

 span { border-color: rgb(204,135,145); }

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