Shades of Cameo #CAA87D
Tints of Cameo #CAA87D
RGB
CMYK
RGB Variations
Color information
#CAA87D (or 0xCAA87D) is known color: Cameo. HEX triplet: CA, A8 and 7D. RGB value is (202,168,125). Sum of RGB (Red+Green+Blue) = 202+168+125=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA87D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA87D is #355782. Grayscale: #ADADAD. Windows color (decimal): -3495811 or 8235210. OLE color: 8235210.
HSL color Cylindrical-coordinate representation of color #CAA87D: hue angle of 33.51º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAA87D is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 125 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.21 |
| HSL | 33.51º | 0.42% | 0.64% | - |
| HSV(B) | 33.51º | 0.38% | 0.79% | - |
| XYZ | 42.06 | 42.04 | 25.3 | - |
| YUV | 173.26 | 100.76 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 125 | 0 | 0.17 | 0.38 | 0.21 | 33.51 | 0.42 | 0.64 |
| Hex | CA | A8 | 7D | 0 | 11 | 26 | 15 | 22 | 2A | 40 |
| Octal | 312 | 250 | 175 | 0 | 21 | 46 | 25 | 42 | 52 | 100 |
| Binary | 11001010 | 10101000 | 1111101 | 0 | 10001 | 100110 | 10101 | 100010 | 101010 | 1000000 |
Color Harmonies of #CAA87D
Complementary color
Monochromatic Colors of #CAA87D
Black with #CAA87D
Text Example
Text Example
White with #CAA87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA87D; }
p { color: rgb(202,168,125); }
H1.HeaderClassName
{
color: #CAA87D;
}
.AnyTagClassName
{
color: #CAA87D;
}
</style>
background-color css
<style>
a { background-color: #CAA87D; }
a { background-color: rgb(202,168,125); }
div.DivClassName
{
background-color: #CAA87D;
}
.BgClassName
{
background-color: #CAA87D;
}
</style>
border-color css
<style>
span { border-color: #CAA87D; }
span { border-color: rgb(202,168,125); }
td.TdClassName
{
border-color: #CAA87D;
}
.TagClassName
{
border-color: #CAA87D;
}
</style>