Shades of Rose #CAA095
Tints of Rose #CAA095
RGB
CMYK
RGB Variations
Color information
#CAA095 (or 0xCAA095) is known color: Rose. HEX triplet: CA, A0 and 95. RGB value is (202,160,149). Sum of RGB (Red+Green+Blue) = 202+160+149=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA095 is #355F6A. Grayscale: #ABABAB. Windows color (decimal): -3497835 or 9806026. OLE color: 9806026.
HSL color Cylindrical-coordinate representation of color #CAA095: hue angle of 12.45º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAA095 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 149 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.21 |
| HSL | 12.45º | 0.33% | 0.69% | - |
| HSV(B) | 12.45º | 0.26% | 0.79% | - |
| XYZ | 42.35 | 39.87 | 33.9 | - |
| YUV | 171.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 149 | 0 | 0.21 | 0.26 | 0.21 | 12.45 | 0.33 | 0.69 |
| Hex | CA | A0 | 95 | 0 | 15 | 1A | 15 | C | 21 | 45 |
| Octal | 312 | 240 | 225 | 0 | 25 | 32 | 25 | 14 | 41 | 105 |
| Binary | 11001010 | 10100000 | 10010101 | 0 | 10101 | 11010 | 10101 | 1100 | 100001 | 1000101 |
Color Harmonies of #CAA095
Complementary color
Monochromatic Colors of #CAA095
Black with #CAA095
Text Example
Text Example
White with #CAA095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA095; }
p { color: rgb(202,160,149); }
H1.HeaderClassName
{
color: #CAA095;
}
.AnyTagClassName
{
color: #CAA095;
}
</style>
background-color css
<style>
a { background-color: #CAA095; }
a { background-color: rgb(202,160,149); }
div.DivClassName
{
background-color: #CAA095;
}
.BgClassName
{
background-color: #CAA095;
}
</style>
border-color css
<style>
span { border-color: #CAA095; }
span { border-color: rgb(202,160,149); }
td.TdClassName
{
border-color: #CAA095;
}
.TagClassName
{
border-color: #CAA095;
}
</style>