Shades of Rose #CAA091
Tints of Rose #CAA091
RGB
CMYK
RGB Variations
Color information
#CAA091 (or 0xCAA091) is known color: Rose. HEX triplet: CA, A0 and 91. RGB value is (202,160,145). Sum of RGB (Red+Green+Blue) = 202+160+145=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA091 is #355F6E. Grayscale: #AAAAAA. Windows color (decimal): -3497839 or 9543882. OLE color: 9543882.
HSL color Cylindrical-coordinate representation of color #CAA091: hue angle of 15.79º 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 #CAA091 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 145 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.21 |
| HSL | 15.79º | 0.35% | 0.68% | - |
| HSV(B) | 15.79º | 0.28% | 0.79% | - |
| XYZ | 42.04 | 39.74 | 32.24 | - |
| YUV | 170.85 | 113.41 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 145 | 0 | 0.21 | 0.28 | 0.21 | 15.79 | 0.35 | 0.68 |
| Hex | CA | A0 | 91 | 0 | 15 | 1C | 15 | 10 | 23 | 44 |
| Octal | 312 | 240 | 221 | 0 | 25 | 34 | 25 | 20 | 43 | 104 |
| Binary | 11001010 | 10100000 | 10010001 | 0 | 10101 | 11100 | 10101 | 10000 | 100011 | 1000100 |
Color Harmonies of #CAA091
Complementary color
Monochromatic Colors of #CAA091
Black with #CAA091
Text Example
Text Example
White with #CAA091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA091; }
p { color: rgb(202,160,145); }
H1.HeaderClassName
{
color: #CAA091;
}
.AnyTagClassName
{
color: #CAA091;
}
</style>
background-color css
<style>
a { background-color: #CAA091; }
a { background-color: rgb(202,160,145); }
div.DivClassName
{
background-color: #CAA091;
}
.BgClassName
{
background-color: #CAA091;
}
</style>
border-color css
<style>
span { border-color: #CAA091; }
span { border-color: rgb(202,160,145); }
td.TdClassName
{
border-color: #CAA091;
}
.TagClassName
{
border-color: #CAA091;
}
</style>