Shades of Rose #CAA290
Tints of Rose #CAA290
RGB
CMYK
RGB Variations
Color information
#CAA290 (or 0xCAA290) is known color: Rose. HEX triplet: CA, A2 and 90. RGB value is (202,162,144). Sum of RGB (Red+Green+Blue) = 202+162+144=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA290 is #355D6F. Grayscale: #ACACAC. Windows color (decimal): -3497328 or 9478858. OLE color: 9478858.
HSL color Cylindrical-coordinate representation of color #CAA290: hue angle of 18.62º 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 #CAA290 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 144 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.21 |
| HSL | 18.62º | 0.35% | 0.68% | - |
| HSV(B) | 18.62º | 0.29% | 0.79% | - |
| XYZ | 42.31 | 40.41 | 31.96 | - |
| YUV | 171.91 | 112.25 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 144 | 0 | 0.20 | 0.29 | 0.21 | 18.62 | 0.35 | 0.68 |
| Hex | CA | A2 | 90 | 0 | 14 | 1D | 15 | 13 | 23 | 44 |
| Octal | 312 | 242 | 220 | 0 | 24 | 35 | 25 | 23 | 43 | 104 |
| Binary | 11001010 | 10100010 | 10010000 | 0 | 10100 | 11101 | 10101 | 10011 | 100011 | 1000100 |
Color Harmonies of #CAA290
Complementary color
Monochromatic Colors of #CAA290
Black with #CAA290
Text Example
Text Example
White with #CAA290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA290; }
p { color: rgb(202,162,144); }
H1.HeaderClassName
{
color: #CAA290;
}
.AnyTagClassName
{
color: #CAA290;
}
</style>
background-color css
<style>
a { background-color: #CAA290; }
a { background-color: rgb(202,162,144); }
div.DivClassName
{
background-color: #CAA290;
}
.BgClassName
{
background-color: #CAA290;
}
</style>
border-color css
<style>
span { border-color: #CAA290; }
span { border-color: rgb(202,162,144); }
td.TdClassName
{
border-color: #CAA290;
}
.TagClassName
{
border-color: #CAA290;
}
</style>