#CAA090

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

Shades of Rose #CAA090

Tints of Rose #CAA090

Color information

#CAA090 (or 0xCAA090) is unknown color: approx Rose. HEX triplet: CA, A0 and 90. RGB value is (202,160,144). Sum of RGB (Red+Green+Blue) = 202+160+144=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA090 is #355F6F. Grayscale: #AAAAAA. Windows color (decimal): -3497840 or 9478346. OLE color: 9478346.

HSL color Cylindrical-coordinate representation of color #CAA090: hue angle of 16.55º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAA090 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB202160144-
CMYK00.210.290.21
HSL16.55º35.37%67.84%-
HSV(B)16.55º28.71%79.22%-
XYZ41.9639.7131.84-
YUV170.73112.91150.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 160 (62.89% from 255) = 31.62%
BLUE value IS 144 (56.64% from 255) = 28.46%
R=39.92%
G=31.62%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216014400.210.290.2116.5535.3767.84
HexCAA0900151D15112344
Octal31224022002535252143104
Binary1100101010100000100100000101011110110101100011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA090; }

 p { color: rgb(202,160,144); }

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

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

 a { background-color: rgb(202,160,144); }

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

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

 span { border-color: rgb(202,160,144); }

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