#CC8590

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

Shades of Puce #CC8590

Tints of Puce #CC8590

Color information

#CC8590 (or 0xCC8590) is unknown color: approx Puce. HEX triplet: CC, 85 and 90. RGB value is (204,133,144). Sum of RGB (Red+Green+Blue) = 204+133+144=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8590 is #337A6F. Grayscale: #9B9B9B. Windows color (decimal): -3373680 or 9471436. OLE color: 9471436.

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

Color convert

RGB204133144-
CMYK00.350.290.2
HSL350.7º41.04%66.08%-
HSV(B)350.7º34.8%80%-
XYZ38.3231.6330.47-
YUV155.48121.52162.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 133 (52.34% from 255) = 27.65%
BLUE value IS 144 (56.64% from 255) = 29.94%
R=42.41%
G=27.65%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413314400.350.290.2350.741.0466.08
HexCC85900231D1415f2942
Octal314205220043352453751102
Binary110011001000010110010000010001111101101001010111111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8590; }

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

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

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

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

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

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

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

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