Shades of Rose #CAA094
Tints of Rose #CAA094
RGB
CMYK
RGB Variations
Color information
#CAA094 (or 0xCAA094) is known color: Rose. HEX triplet: CA, A0 and 94. RGB value is (202,160,148). Sum of RGB (Red+Green+Blue) = 202+160+148=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA094 is #355F6B. Grayscale: #ABABAB. Windows color (decimal): -3497836 or 9740490. OLE color: 9740490.
HSL color Cylindrical-coordinate representation of color #CAA094: hue angle of 13.33º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAA094 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 148 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.21 |
| HSL | 13.33º | 0.34% | 0.69% | - |
| HSV(B) | 13.33º | 0.27% | 0.79% | - |
| XYZ | 42.27 | 39.84 | 33.48 | - |
| YUV | 171.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 148 | 0 | 0.21 | 0.27 | 0.21 | 13.33 | 0.34 | 0.69 |
| Hex | CA | A0 | 94 | 0 | 15 | 1B | 15 | D | 22 | 45 |
| Octal | 312 | 240 | 224 | 0 | 25 | 33 | 25 | 15 | 42 | 105 |
| Binary | 11001010 | 10100000 | 10010100 | 0 | 10101 | 11011 | 10101 | 1101 | 100010 | 1000101 |
Color Harmonies of #CAA094
Complementary color
Monochromatic Colors of #CAA094
Black with #CAA094
Text Example
Text Example
White with #CAA094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA094; }
p { color: rgb(202,160,148); }
H1.HeaderClassName
{
color: #CAA094;
}
.AnyTagClassName
{
color: #CAA094;
}
</style>
background-color css
<style>
a { background-color: #CAA094; }
a { background-color: rgb(202,160,148); }
div.DivClassName
{
background-color: #CAA094;
}
.BgClassName
{
background-color: #CAA094;
}
</style>
border-color css
<style>
span { border-color: #CAA094; }
span { border-color: rgb(202,160,148); }
td.TdClassName
{
border-color: #CAA094;
}
.TagClassName
{
border-color: #CAA094;
}
</style>