#CC8790

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

Shades of Puce #CC8790

Tints of Puce #CC8790

Color information

#CC8790 (or 0xCC8790) is unknown color: approx Puce. HEX triplet: CC, 87 and 90. RGB value is (204,135,144). Sum of RGB (Red+Green+Blue) = 204+135+144=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8790 is #33786F. Grayscale: #9C9C9C. Windows color (decimal): -3373168 or 9471948. OLE color: 9471948.

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

Color convert

RGB204135144-
CMYK00.340.290.2
HSL352.17º40.35%66.47%-
HSV(B)352.17º33.82%80%-
XYZ38.632.1830.56-
YUV156.66120.86161.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 135 (53.12% from 255) = 27.95%
BLUE value IS 144 (56.64% from 255) = 29.81%
R=42.24%
G=27.95%
B=29.81%

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
Decimal20413514400.340.290.2352.1740.3566.47
HexCC87900221D141602842
Octal314207220042352454050102
Binary110011001000011110010000010001011101101001011000001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8790; }

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

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

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

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

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

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

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

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