#cc8789

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

Shades of Puce #CC8789

Tints of Puce #CC8789

Color information

#CC8789 (or 0xCC8789) is unknown color: approx Puce. HEX triplet: CC, 87 and 89. RGB value is (204,135,137). Sum of RGB (Red+Green+Blue) = 204+135+137=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8789 is #337876. Grayscale: #9B9B9B. Windows color (decimal): -3373175 or 9013196. OLE color: 9013196.

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

Color convert

RGB204135137-
CMYK00.340.330.2
HSL358.26º40.35%66.47%-
HSV(B)358.26º33.82%80%-
XYZ38.0831.9727.83-
YUV155.86117.36162.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 135 (53.12% from 255) = 28.36%
BLUE value IS 137 (53.91% from 255) = 28.78%
R=42.86%
G=28.36%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413513700.340.330.2358.2640.3566.47
HexCC878902221141662842
Octal314207211042412454650102
Binary1100110010000111100010010100010100001101001011001101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc8789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc8789; }

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

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

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

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

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

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

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

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