Shades of Rose #CAA490
Tints of Rose #CAA490
RGB
CMYK
RGB Variations
Color information
#CAA490 (or 0xCAA490) is known color: Rose. HEX triplet: CA, A4 and 90. RGB value is (202,164,144). Sum of RGB (Red+Green+Blue) = 202+164+144=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA490 is #355B6F. Grayscale: #ADADAD. Windows color (decimal): -3496816 or 9479370. OLE color: 9479370.
HSL color Cylindrical-coordinate representation of color #CAA490: hue angle of 20.69º 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 #CAA490 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 144 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.21 |
| HSL | 20.69º | 0.35% | 0.68% | - |
| HSV(B) | 20.69º | 0.29% | 0.79% | - |
| XYZ | 42.67 | 41.12 | 32.07 | - |
| YUV | 173.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 144 | 0 | 0.19 | 0.29 | 0.21 | 20.69 | 0.35 | 0.68 |
| Hex | CA | A4 | 90 | 0 | 13 | 1D | 15 | 15 | 23 | 44 |
| Octal | 312 | 244 | 220 | 0 | 23 | 35 | 25 | 25 | 43 | 104 |
| Binary | 11001010 | 10100100 | 10010000 | 0 | 10011 | 11101 | 10101 | 10101 | 100011 | 1000100 |
Color Harmonies of #CAA490
Complementary color
Monochromatic Colors of #CAA490
Black with #CAA490
Text Example
Text Example
White with #CAA490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA490; }
p { color: rgb(202,164,144); }
H1.HeaderClassName
{
color: #CAA490;
}
.AnyTagClassName
{
color: #CAA490;
}
</style>
background-color css
<style>
a { background-color: #CAA490; }
a { background-color: rgb(202,164,144); }
div.DivClassName
{
background-color: #CAA490;
}
.BgClassName
{
background-color: #CAA490;
}
</style>
border-color css
<style>
span { border-color: #CAA490; }
span { border-color: rgb(202,164,144); }
td.TdClassName
{
border-color: #CAA490;
}
.TagClassName
{
border-color: #CAA490;
}
</style>