#CCA490

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

Shades of Rose #CCA490

Tints of Rose #CCA490

Color information

#CCA490 (or 0xCCA490) is unknown color: approx Rose. HEX triplet: CC, A4 and 90. RGB value is (204,164,144). Sum of RGB (Red+Green+Blue) = 204+164+144=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA490 is #335B6F. Grayscale: #ADADAD. Windows color (decimal): -3365744 or 9479372. OLE color: 9479372.

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

Color convert

RGB204164144-
CMYK00.200.290.2
HSL20º37.04%68.24%-
HSV(B)20º29.41%80%-
XYZ43.2141.432.1-
YUV173.68111.25149.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 164 (64.45% from 255) = 32.03%
BLUE value IS 144 (56.64% from 255) = 28.12%
R=39.84%
G=32.03%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416414400.200.290.22037.0468.24
HexCCA4900141D14142544
Octal31424422002435242445104
Binary1100110010100100100100000101001110110100101001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA490; }

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

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

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

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

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

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

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

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