Shades of Cameo #CAA87F
Tints of Cameo #CAA87F
RGB
CMYK
RGB Variations
Color information
#CAA87F (or 0xCAA87F) is known color: Cameo. HEX triplet: CA, A8 and 7F. RGB value is (202,168,127). Sum of RGB (Red+Green+Blue) = 202+168+127=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA87F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA87F is #355780. Grayscale: #ADADAD. Windows color (decimal): -3495809 or 8366282. OLE color: 8366282.
HSL color Cylindrical-coordinate representation of color #CAA87F: hue angle of 32.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAA87F is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 127 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.21 |
| HSL | 32.8º | 0.41% | 0.65% | - |
| HSV(B) | 32.8º | 0.37% | 0.79% | - |
| XYZ | 42.19 | 42.09 | 25.98 | - |
| YUV | 173.49 | 101.76 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 127 | 0 | 0.17 | 0.37 | 0.21 | 32.8 | 0.41 | 0.65 |
| Hex | CA | A8 | 7F | 0 | 11 | 25 | 15 | 21 | 29 | 41 |
| Octal | 312 | 250 | 177 | 0 | 21 | 45 | 25 | 41 | 51 | 101 |
| Binary | 11001010 | 10101000 | 1111111 | 0 | 10001 | 100101 | 10101 | 100001 | 101001 | 1000001 |
Color Harmonies of #CAA87F
Complementary color
Monochromatic Colors of #CAA87F
Black with #CAA87F
Text Example
Text Example
White with #CAA87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA87F; }
p { color: rgb(202,168,127); }
H1.HeaderClassName
{
color: #CAA87F;
}
.AnyTagClassName
{
color: #CAA87F;
}
</style>
background-color css
<style>
a { background-color: #CAA87F; }
a { background-color: rgb(202,168,127); }
div.DivClassName
{
background-color: #CAA87F;
}
.BgClassName
{
background-color: #CAA87F;
}
</style>
border-color css
<style>
span { border-color: #CAA87F; }
span { border-color: rgb(202,168,127); }
td.TdClassName
{
border-color: #CAA87F;
}
.TagClassName
{
border-color: #CAA87F;
}
</style>