Shades of Rose #CAA692
Tints of Rose #CAA692
RGB
CMYK
RGB Variations
Color information
#CAA692 (or 0xCAA692) is known color: Rose. HEX triplet: CA, A6 and 92. RGB value is (202,166,146). Sum of RGB (Red+Green+Blue) = 202+166+146=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA692 is #35596D. Grayscale: #AEAEAE. Windows color (decimal): -3496302 or 9610954. OLE color: 9610954.
HSL color Cylindrical-coordinate representation of color #CAA692: hue angle of 21.43º 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 #CAA692 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 146 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.21 |
| HSL | 21.43º | 0.35% | 0.68% | - |
| HSV(B) | 21.43º | 0.28% | 0.79% | - |
| XYZ | 43.18 | 41.9 | 33.01 | - |
| YUV | 174.48 | 111.93 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 146 | 0 | 0.18 | 0.28 | 0.21 | 21.43 | 0.35 | 0.68 |
| Hex | CA | A6 | 92 | 0 | 12 | 1C | 15 | 15 | 23 | 44 |
| Octal | 312 | 246 | 222 | 0 | 22 | 34 | 25 | 25 | 43 | 104 |
| Binary | 11001010 | 10100110 | 10010010 | 0 | 10010 | 11100 | 10101 | 10101 | 100011 | 1000100 |
Color Harmonies of #CAA692
Complementary color
Monochromatic Colors of #CAA692
Black with #CAA692
Text Example
Text Example
White with #CAA692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA692; }
p { color: rgb(202,166,146); }
H1.HeaderClassName
{
color: #CAA692;
}
.AnyTagClassName
{
color: #CAA692;
}
</style>
background-color css
<style>
a { background-color: #CAA692; }
a { background-color: rgb(202,166,146); }
div.DivClassName
{
background-color: #CAA692;
}
.BgClassName
{
background-color: #CAA692;
}
</style>
border-color css
<style>
span { border-color: #CAA692; }
span { border-color: rgb(202,166,146); }
td.TdClassName
{
border-color: #CAA692;
}
.TagClassName
{
border-color: #CAA692;
}
</style>