Shades of Cameo #CBA67A
Tints of Cameo #CBA67A
RGB
CMYK
RGB Variations
Color information
#CBA67A (or 0xCBA67A) is known color: Cameo. HEX triplet: CB, A6 and 7A. RGB value is (203,166,122). Sum of RGB (Red+Green+Blue) = 203+166+122=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA67A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA67A is #345985. Grayscale: #ACACAC. Windows color (decimal): -3430790 or 8038091. OLE color: 8038091.
HSL color Cylindrical-coordinate representation of color #CBA67A: hue angle of 32.59º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBA67A is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 122 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.20 |
| HSL | 32.59º | 0.44% | 0.64% | - |
| HSV(B) | 32.59º | 0.4% | 0.8% | - |
| XYZ | 41.78 | 41.37 | 24.2 | - |
| YUV | 172.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 122 | 0 | 0.18 | 0.40 | 0.20 | 32.59 | 0.44 | 0.64 |
| Hex | CB | A6 | 7A | 0 | 12 | 28 | 14 | 21 | 2C | 40 |
| Octal | 313 | 246 | 172 | 0 | 22 | 50 | 24 | 41 | 54 | 100 |
| Binary | 11001011 | 10100110 | 1111010 | 0 | 10010 | 101000 | 10100 | 100001 | 101100 | 1000000 |
Color Harmonies of #CBA67A
Complementary color
Monochromatic Colors of #CBA67A
Black with #CBA67A
Text Example
Text Example
White with #CBA67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA67A; }
p { color: rgb(203,166,122); }
H1.HeaderClassName
{
color: #CBA67A;
}
.AnyTagClassName
{
color: #CBA67A;
}
</style>
background-color css
<style>
a { background-color: #CBA67A; }
a { background-color: rgb(203,166,122); }
div.DivClassName
{
background-color: #CBA67A;
}
.BgClassName
{
background-color: #CBA67A;
}
</style>
border-color css
<style>
span { border-color: #CBA67A; }
span { border-color: rgb(203,166,122); }
td.TdClassName
{
border-color: #CBA67A;
}
.TagClassName
{
border-color: #CBA67A;
}
</style>