Shades of Cameo #CAA186
Tints of Cameo #CAA186
RGB
CMYK
RGB Variations
Color information
#CAA186 (or 0xCAA186) is known color: Cameo. HEX triplet: CA, A1 and 86. RGB value is (202,161,134). Sum of RGB (Red+Green+Blue) = 202+161+134=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA186 is #355E79. Grayscale: #AAAAAA. Windows color (decimal): -3497594 or 8823242. OLE color: 8823242.
HSL color Cylindrical-coordinate representation of color #CAA186: hue angle of 23.82º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAA186 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 134 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.21 |
| HSL | 23.82º | 0.39% | 0.66% | - |
| HSV(B) | 23.82º | 0.34% | 0.79% | - |
| XYZ | 41.41 | 39.77 | 28.05 | - |
| YUV | 170.18 | 107.58 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 134 | 0 | 0.20 | 0.34 | 0.21 | 23.82 | 0.39 | 0.66 |
| Hex | CA | A1 | 86 | 0 | 14 | 22 | 15 | 18 | 27 | 42 |
| Octal | 312 | 241 | 206 | 0 | 24 | 42 | 25 | 30 | 47 | 102 |
| Binary | 11001010 | 10100001 | 10000110 | 0 | 10100 | 100010 | 10101 | 11000 | 100111 | 1000010 |
Color Harmonies of #CAA186
Complementary color
Monochromatic Colors of #CAA186
Black with #CAA186
Text Example
Text Example
White with #CAA186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA186; }
p { color: rgb(202,161,134); }
H1.HeaderClassName
{
color: #CAA186;
}
.AnyTagClassName
{
color: #CAA186;
}
</style>
background-color css
<style>
a { background-color: #CAA186; }
a { background-color: rgb(202,161,134); }
div.DivClassName
{
background-color: #CAA186;
}
.BgClassName
{
background-color: #CAA186;
}
</style>
border-color css
<style>
span { border-color: #CAA186; }
span { border-color: rgb(202,161,134); }
td.TdClassName
{
border-color: #CAA186;
}
.TagClassName
{
border-color: #CAA186;
}
</style>