Shades of Cameo #CBA77E
Tints of Cameo #CBA77E
RGB
CMYK
RGB Variations
Color information
#CBA77E (or 0xCBA77E) is known color: Cameo. HEX triplet: CB, A7 and 7E. RGB value is (203,167,126). Sum of RGB (Red+Green+Blue) = 203+167+126=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA77E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA77E is #345881. Grayscale: #ADADAD. Windows color (decimal): -3430530 or 8300491. OLE color: 8300491.
HSL color Cylindrical-coordinate representation of color #CBA77E: hue angle of 31.95º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBA77E is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 126 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.20 |
| HSL | 31.95º | 0.43% | 0.65% | - |
| HSV(B) | 31.95º | 0.38% | 0.8% | - |
| XYZ | 42.21 | 41.84 | 25.59 | - |
| YUV | 173.09 | 101.43 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 126 | 0 | 0.18 | 0.38 | 0.20 | 31.95 | 0.43 | 0.65 |
| Hex | CB | A7 | 7E | 0 | 12 | 26 | 14 | 20 | 2B | 41 |
| Octal | 313 | 247 | 176 | 0 | 22 | 46 | 24 | 40 | 53 | 101 |
| Binary | 11001011 | 10100111 | 1111110 | 0 | 10010 | 100110 | 10100 | 100000 | 101011 | 1000001 |
Color Harmonies of #CBA77E
Complementary color
Monochromatic Colors of #CBA77E
Black with #CBA77E
Text Example
Text Example
White with #CBA77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA77E; }
p { color: rgb(203,167,126); }
H1.HeaderClassName
{
color: #CBA77E;
}
.AnyTagClassName
{
color: #CBA77E;
}
</style>
background-color css
<style>
a { background-color: #CBA77E; }
a { background-color: rgb(203,167,126); }
div.DivClassName
{
background-color: #CBA77E;
}
.BgClassName
{
background-color: #CBA77E;
}
</style>
border-color css
<style>
span { border-color: #CBA77E; }
span { border-color: rgb(203,167,126); }
td.TdClassName
{
border-color: #CBA77E;
}
.TagClassName
{
border-color: #CBA77E;
}
</style>