#CC8489

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

Shades of Puce #CC8489

Tints of Puce #CC8489

Color information

#CC8489 (or 0xCC8489) is unknown color: approx Puce. HEX triplet: CC, 84 and 89. RGB value is (204,132,137). Sum of RGB (Red+Green+Blue) = 204+132+137=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8489 is #337B76. Grayscale: #9A9A9A. Windows color (decimal): -3373943 or 9012428. OLE color: 9012428.

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

Color convert

RGB204132137-
CMYK00.350.330.2
HSL355.83º41.38%65.88%-
HSV(B)355.83º35.29%80%-
XYZ37.6731.1527.69-
YUV154.1118.35163.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 137 (53.91% from 255) = 28.96%
R=43.13%
G=27.91%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413213700.350.330.2355.8341.3865.88
HexCC848902321141642942
Octal314204211043412454451102
Binary1100110010000100100010010100011100001101001011001001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8489; }

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

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

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

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

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

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

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

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