Shades of Rose #CAA392
Tints of Rose #CAA392
RGB
CMYK
RGB Variations
Color information
#CAA392 (or 0xCAA392) is known color: Rose. HEX triplet: CA, A3 and 92. RGB value is (202,163,146). Sum of RGB (Red+Green+Blue) = 202+163+146=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA392 is #355C6D. Grayscale: #ACACAC. Windows color (decimal): -3497070 or 9610186. OLE color: 9610186.
HSL color Cylindrical-coordinate representation of color #CAA392: hue angle of 18.21º 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 #CAA392 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 146 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.21 |
| HSL | 18.21º | 0.35% | 0.68% | - |
| HSV(B) | 18.21º | 0.28% | 0.79% | - |
| XYZ | 42.64 | 40.83 | 32.83 | - |
| YUV | 172.72 | 112.92 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 146 | 0 | 0.19 | 0.28 | 0.21 | 18.21 | 0.35 | 0.68 |
| Hex | CA | A3 | 92 | 0 | 13 | 1C | 15 | 12 | 23 | 44 |
| Octal | 312 | 243 | 222 | 0 | 23 | 34 | 25 | 22 | 43 | 104 |
| Binary | 11001010 | 10100011 | 10010010 | 0 | 10011 | 11100 | 10101 | 10010 | 100011 | 1000100 |
Color Harmonies of #CAA392
Complementary color
Monochromatic Colors of #CAA392
Black with #CAA392
Text Example
Text Example
White with #CAA392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA392; }
p { color: rgb(202,163,146); }
H1.HeaderClassName
{
color: #CAA392;
}
.AnyTagClassName
{
color: #CAA392;
}
</style>
background-color css
<style>
a { background-color: #CAA392; }
a { background-color: rgb(202,163,146); }
div.DivClassName
{
background-color: #CAA392;
}
.BgClassName
{
background-color: #CAA392;
}
</style>
border-color css
<style>
span { border-color: #CAA392; }
span { border-color: rgb(202,163,146); }
td.TdClassName
{
border-color: #CAA392;
}
.TagClassName
{
border-color: #CAA392;
}
</style>