Shades of Rose #CAA190
Tints of Rose #CAA190
RGB
CMYK
RGB Variations
Color information
#CAA190 (or 0xCAA190) is known color: Rose. HEX triplet: CA, A1 and 90. RGB value is (202,161,144). Sum of RGB (Red+Green+Blue) = 202+161+144=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA190 is #355E6F. Grayscale: #ABABAB. Windows color (decimal): -3497584 or 9478602. OLE color: 9478602.
HSL color Cylindrical-coordinate representation of color #CAA190: hue angle of 17.59º 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 #CAA190 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 144 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.21 |
| HSL | 17.59º | 0.35% | 0.68% | - |
| HSV(B) | 17.59º | 0.29% | 0.79% | - |
| XYZ | 42.14 | 40.06 | 31.9 | - |
| YUV | 171.32 | 112.58 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 144 | 0 | 0.20 | 0.29 | 0.21 | 17.59 | 0.35 | 0.68 |
| Hex | CA | A1 | 90 | 0 | 14 | 1D | 15 | 12 | 23 | 44 |
| Octal | 312 | 241 | 220 | 0 | 24 | 35 | 25 | 22 | 43 | 104 |
| Binary | 11001010 | 10100001 | 10010000 | 0 | 10100 | 11101 | 10101 | 10010 | 100011 | 1000100 |
Color Harmonies of #CAA190
Complementary color
Monochromatic Colors of #CAA190
Black with #CAA190
Text Example
Text Example
White with #CAA190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA190; }
p { color: rgb(202,161,144); }
H1.HeaderClassName
{
color: #CAA190;
}
.AnyTagClassName
{
color: #CAA190;
}
</style>
background-color css
<style>
a { background-color: #CAA190; }
a { background-color: rgb(202,161,144); }
div.DivClassName
{
background-color: #CAA190;
}
.BgClassName
{
background-color: #CAA190;
}
</style>
border-color css
<style>
span { border-color: #CAA190; }
span { border-color: rgb(202,161,144); }
td.TdClassName
{
border-color: #CAA190;
}
.TagClassName
{
border-color: #CAA190;
}
</style>