Shades of Cameo #CBA67C
Tints of Cameo #CBA67C
RGB
CMYK
RGB Variations
Color information
#CBA67C (or 0xCBA67C) is known color: Cameo. HEX triplet: CB, A6 and 7C. RGB value is (203,166,124). Sum of RGB (Red+Green+Blue) = 203+166+124=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA67C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA67C is #345983. Grayscale: #ACACAC. Windows color (decimal): -3430788 or 8169163. OLE color: 8169163.
HSL color Cylindrical-coordinate representation of color #CBA67C: hue angle of 31.9º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBA67C is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 124 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.20 |
| HSL | 31.9º | 0.43% | 0.64% | - |
| HSV(B) | 31.9º | 0.39% | 0.8% | - |
| XYZ | 41.9 | 41.42 | 24.86 | - |
| YUV | 172.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 124 | 0 | 0.18 | 0.39 | 0.20 | 31.9 | 0.43 | 0.64 |
| Hex | CB | A6 | 7C | 0 | 12 | 27 | 14 | 20 | 2B | 40 |
| Octal | 313 | 246 | 174 | 0 | 22 | 47 | 24 | 40 | 53 | 100 |
| Binary | 11001011 | 10100110 | 1111100 | 0 | 10010 | 100111 | 10100 | 100000 | 101011 | 1000000 |
Color Harmonies of #CBA67C
Complementary color
Monochromatic Colors of #CBA67C
Black with #CBA67C
Text Example
Text Example
White with #CBA67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA67C; }
p { color: rgb(203,166,124); }
H1.HeaderClassName
{
color: #CBA67C;
}
.AnyTagClassName
{
color: #CBA67C;
}
</style>
background-color css
<style>
a { background-color: #CBA67C; }
a { background-color: rgb(203,166,124); }
div.DivClassName
{
background-color: #CBA67C;
}
.BgClassName
{
background-color: #CBA67C;
}
</style>
border-color css
<style>
span { border-color: #CBA67C; }
span { border-color: rgb(203,166,124); }
td.TdClassName
{
border-color: #CBA67C;
}
.TagClassName
{
border-color: #CBA67C;
}
</style>