Shades of Cameo #CAA87B
Tints of Cameo #CAA87B
RGB
CMYK
RGB Variations
Color information
#CAA87B (or 0xCAA87B) is known color: Cameo. HEX triplet: CA, A8 and 7B. RGB value is (202,168,123). Sum of RGB (Red+Green+Blue) = 202+168+123=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA87B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA87B is #355784. Grayscale: #ADADAD. Windows color (decimal): -3495813 or 8104138. OLE color: 8104138.
HSL color Cylindrical-coordinate representation of color #CAA87B: hue angle of 34.18º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAA87B is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 168 | 123 | - |
CMYK | 0 | 0.17 | 0.39 | 0.21 |
HSL | 34.18º | 0.43% | 0.64% | - |
HSV(B) | 34.18º | 0.39% | 0.79% | - |
XYZ | 41.93 | 41.99 | 24.63 | - |
YUV | 173.04 | 99.76 | 148.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 168 | 123 | 0 | 0.17 | 0.39 | 0.21 | 34.18 | 0.43 | 0.64 |
Hex | CA | A8 | 7B | 0 | 11 | 27 | 15 | 22 | 2B | 40 |
Octal | 312 | 250 | 173 | 0 | 21 | 47 | 25 | 42 | 53 | 100 |
Binary | 11001010 | 10101000 | 1111011 | 0 | 10001 | 100111 | 10101 | 100010 | 101011 | 1000000 |
Color Harmonies of #CAA87B
Complementary color
Monochromatic Colors of #CAA87B
Black with #CAA87B
Text Example
Text Example
White with #CAA87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA87B; }
p { color: rgb(202,168,123); }
H1.HeaderClassName
{
color: #CAA87B;
}
.AnyTagClassName
{
color: #CAA87B;
}
</style>
background-color css
<style>
a { background-color: #CAA87B; }
a { background-color: rgb(202,168,123); }
div.DivClassName
{
background-color: #CAA87B;
}
.BgClassName
{
background-color: #CAA87B;
}
</style>
border-color css
<style>
span { border-color: #CAA87B; }
span { border-color: rgb(202,168,123); }
td.TdClassName
{
border-color: #CAA87B;
}
.TagClassName
{
border-color: #CAA87B;
}
</style>