#CC8990

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

Shades of Puce #CC8990

Tints of Puce #CC8990

Color information

#CC8990 (or 0xCC8990) is unknown color: approx Puce. HEX triplet: CC, 89 and 90. RGB value is (204,137,144). Sum of RGB (Red+Green+Blue) = 204+137+144=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8990 is #33766F. Grayscale: #9D9D9D. Windows color (decimal): -3372656 or 9472460. OLE color: 9472460.

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

Color convert

RGB204137144-
CMYK00.330.290.2
HSL353.73º39.64%66.86%-
HSV(B)353.73º32.84%80%-
XYZ38.8832.7430.66-
YUV157.83120.2160.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.06%
GREEN value IS 137 (53.91% from 255) = 28.25%
BLUE value IS 144 (56.64% from 255) = 29.69%
R=42.06%
G=28.25%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413714400.330.290.2353.7339.6466.86
HexCC89900211D141622843
Octal314211220041352454250103
Binary110011001000100110010000010000111101101001011000101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8990; }

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

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

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

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

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

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

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

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