#CCA290

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

Shades of Rose #CCA290

Tints of Rose #CCA290

Color information

#CCA290 (or 0xCCA290) is unknown color: approx Rose. HEX triplet: CC, A2 and 90. RGB value is (204,162,144). Sum of RGB (Red+Green+Blue) = 204+162+144=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA290 is #335D6F. Grayscale: #ACACAC. Windows color (decimal): -3366256 or 9478860. OLE color: 9478860.

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

Color convert

RGB204162144-
CMYK00.210.290.2
HSL18º37.04%68.24%-
HSV(B)18º29.41%80%-
XYZ42.8640.6931.98-
YUV172.51111.91150.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 162 (63.67% from 255) = 31.76%
BLUE value IS 144 (56.64% from 255) = 28.24%
R=40%
G=31.76%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416214400.210.290.21837.0468.24
HexCCA2900151D14122544
Octal31424222002535242245104
Binary1100110010100010100100000101011110110100100101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA290; }

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

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

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

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

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

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

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

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