Shades of Cameo #CAA586
Tints of Cameo #CAA586
RGB
CMYK
RGB Variations
Color information
#CAA586 (or 0xCAA586) is known color: Cameo. HEX triplet: CA, A5 and 86. RGB value is (202,165,134). Sum of RGB (Red+Green+Blue) = 202+165+134=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA586 is #355A79. Grayscale: #ACACAC. Windows color (decimal): -3496570 or 8824266. OLE color: 8824266.
HSL color Cylindrical-coordinate representation of color #CAA586: hue angle of 27.35º 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 #CAA586 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 134 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.21 |
| HSL | 27.35º | 0.39% | 0.66% | - |
| HSV(B) | 27.35º | 0.34% | 0.79% | - |
| XYZ | 42.12 | 41.19 | 28.28 | - |
| YUV | 172.53 | 106.26 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 134 | 0 | 0.18 | 0.34 | 0.21 | 27.35 | 0.39 | 0.66 |
| Hex | CA | A5 | 86 | 0 | 12 | 22 | 15 | 1B | 27 | 42 |
| Octal | 312 | 245 | 206 | 0 | 22 | 42 | 25 | 33 | 47 | 102 |
| Binary | 11001010 | 10100101 | 10000110 | 0 | 10010 | 100010 | 10101 | 11011 | 100111 | 1000010 |
Color Harmonies of #CAA586
Complementary color
Monochromatic Colors of #CAA586
Black with #CAA586
Text Example
Text Example
White with #CAA586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA586; }
p { color: rgb(202,165,134); }
H1.HeaderClassName
{
color: #CAA586;
}
.AnyTagClassName
{
color: #CAA586;
}
</style>
background-color css
<style>
a { background-color: #CAA586; }
a { background-color: rgb(202,165,134); }
div.DivClassName
{
background-color: #CAA586;
}
.BgClassName
{
background-color: #CAA586;
}
</style>
border-color css
<style>
span { border-color: #CAA586; }
span { border-color: rgb(202,165,134); }
td.TdClassName
{
border-color: #CAA586;
}
.TagClassName
{
border-color: #CAA586;
}
</style>