Shades of Rose #CAA191
Tints of Rose #CAA191
RGB
CMYK
RGB Variations
Color information
#CAA191 (or 0xCAA191) is known color: Rose. HEX triplet: CA, A1 and 91. RGB value is (202,161,145). Sum of RGB (Red+Green+Blue) = 202+161+145=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA191 is #355E6E. Grayscale: #ABABAB. Windows color (decimal): -3497583 or 9544138. OLE color: 9544138.
HSL color Cylindrical-coordinate representation of color #CAA191: hue angle of 16.84º 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 #CAA191 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 145 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.21 |
| HSL | 16.84º | 0.35% | 0.68% | - |
| HSV(B) | 16.84º | 0.28% | 0.79% | - |
| XYZ | 42.21 | 40.09 | 32.3 | - |
| YUV | 171.44 | 113.08 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 145 | 0 | 0.20 | 0.28 | 0.21 | 16.84 | 0.35 | 0.68 |
| Hex | CA | A1 | 91 | 0 | 14 | 1C | 15 | 11 | 23 | 44 |
| Octal | 312 | 241 | 221 | 0 | 24 | 34 | 25 | 21 | 43 | 104 |
| Binary | 11001010 | 10100001 | 10010001 | 0 | 10100 | 11100 | 10101 | 10001 | 100011 | 1000100 |
Color Harmonies of #CAA191
Complementary color
Monochromatic Colors of #CAA191
Black with #CAA191
Text Example
Text Example
White with #CAA191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA191; }
p { color: rgb(202,161,145); }
H1.HeaderClassName
{
color: #CAA191;
}
.AnyTagClassName
{
color: #CAA191;
}
</style>
background-color css
<style>
a { background-color: #CAA191; }
a { background-color: rgb(202,161,145); }
div.DivClassName
{
background-color: #CAA191;
}
.BgClassName
{
background-color: #CAA191;
}
</style>
border-color css
<style>
span { border-color: #CAA191; }
span { border-color: rgb(202,161,145); }
td.TdClassName
{
border-color: #CAA191;
}
.TagClassName
{
border-color: #CAA191;
}
</style>