Shades of Rose #CAA292
Tints of Rose #CAA292
RGB
CMYK
RGB Variations
Color information
#CAA292 (or 0xCAA292) is known color: Rose. HEX triplet: CA, A2 and 92. RGB value is (202,162,146). Sum of RGB (Red+Green+Blue) = 202+162+146=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA292 is #355D6D. Grayscale: #ACACAC. Windows color (decimal): -3497326 or 9609930. OLE color: 9609930.
HSL color Cylindrical-coordinate representation of color #CAA292: hue angle of 17.14º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAA292 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 146 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.21 |
| HSL | 17.14º | 0.35% | 0.68% | - |
| HSV(B) | 17.14º | 0.28% | 0.79% | - |
| XYZ | 42.47 | 40.47 | 32.77 | - |
| YUV | 172.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 146 | 0 | 0.20 | 0.28 | 0.21 | 17.14 | 0.35 | 0.68 |
| Hex | CA | A2 | 92 | 0 | 14 | 1C | 15 | 11 | 23 | 44 |
| Octal | 312 | 242 | 222 | 0 | 24 | 34 | 25 | 21 | 43 | 104 |
| Binary | 11001010 | 10100010 | 10010010 | 0 | 10100 | 11100 | 10101 | 10001 | 100011 | 1000100 |
Color Harmonies of #CAA292
Complementary color
Monochromatic Colors of #CAA292
Black with #CAA292
Text Example
Text Example
White with #CAA292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA292; }
p { color: rgb(202,162,146); }
H1.HeaderClassName
{
color: #CAA292;
}
.AnyTagClassName
{
color: #CAA292;
}
</style>
background-color css
<style>
a { background-color: #CAA292; }
a { background-color: rgb(202,162,146); }
div.DivClassName
{
background-color: #CAA292;
}
.BgClassName
{
background-color: #CAA292;
}
</style>
border-color css
<style>
span { border-color: #CAA292; }
span { border-color: rgb(202,162,146); }
td.TdClassName
{
border-color: #CAA292;
}
.TagClassName
{
border-color: #CAA292;
}
</style>