Shades of Rose #CAA093
Tints of Rose #CAA093
RGB
CMYK
RGB Variations
Color information
#CAA093 (or 0xCAA093) is known color: Rose. HEX triplet: CA, A0 and 93. RGB value is (202,160,147). Sum of RGB (Red+Green+Blue) = 202+160+147=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA093 is #355F6C. Grayscale: #ABABAB. Windows color (decimal): -3497837 or 9674954. OLE color: 9674954.
HSL color Cylindrical-coordinate representation of color #CAA093: hue angle of 14.18º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAA093 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 147 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.21 |
| HSL | 14.18º | 0.34% | 0.68% | - |
| HSV(B) | 14.18º | 0.27% | 0.79% | - |
| XYZ | 42.19 | 39.8 | 33.06 | - |
| YUV | 171.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 147 | 0 | 0.21 | 0.27 | 0.21 | 14.18 | 0.34 | 0.68 |
| Hex | CA | A0 | 93 | 0 | 15 | 1B | 15 | E | 22 | 44 |
| Octal | 312 | 240 | 223 | 0 | 25 | 33 | 25 | 16 | 42 | 104 |
| Binary | 11001010 | 10100000 | 10010011 | 0 | 10101 | 11011 | 10101 | 1110 | 100010 | 1000100 |
Color Harmonies of #CAA093
Complementary color
Monochromatic Colors of #CAA093
Black with #CAA093
Text Example
Text Example
White with #CAA093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA093; }
p { color: rgb(202,160,147); }
H1.HeaderClassName
{
color: #CAA093;
}
.AnyTagClassName
{
color: #CAA093;
}
</style>
background-color css
<style>
a { background-color: #CAA093; }
a { background-color: rgb(202,160,147); }
div.DivClassName
{
background-color: #CAA093;
}
.BgClassName
{
background-color: #CAA093;
}
</style>
border-color css
<style>
span { border-color: #CAA093; }
span { border-color: rgb(202,160,147); }
td.TdClassName
{
border-color: #CAA093;
}
.TagClassName
{
border-color: #CAA093;
}
</style>