Shades of Cameo #CBA77D
Tints of Cameo #CBA77D
RGB
CMYK
RGB Variations
Color information
#CBA77D (or 0xCBA77D) is known color: Cameo. HEX triplet: CB, A7 and 7D. RGB value is (203,167,125). Sum of RGB (Red+Green+Blue) = 203+167+125=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA77D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA77D is #345882. Grayscale: #ADADAD. Windows color (decimal): -3430531 or 8234955. OLE color: 8234955.
HSL color Cylindrical-coordinate representation of color #CBA77D: hue angle of 32.31º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBA77D is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 125 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.20 |
| HSL | 32.31º | 0.43% | 0.64% | - |
| HSV(B) | 32.31º | 0.38% | 0.8% | - |
| XYZ | 42.15 | 41.81 | 25.25 | - |
| YUV | 172.98 | 100.93 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 125 | 0 | 0.18 | 0.38 | 0.20 | 32.31 | 0.43 | 0.64 |
| Hex | CB | A7 | 7D | 0 | 12 | 26 | 14 | 20 | 2B | 40 |
| Octal | 313 | 247 | 175 | 0 | 22 | 46 | 24 | 40 | 53 | 100 |
| Binary | 11001011 | 10100111 | 1111101 | 0 | 10010 | 100110 | 10100 | 100000 | 101011 | 1000000 |
Color Harmonies of #CBA77D
Complementary color
Monochromatic Colors of #CBA77D
Black with #CBA77D
Text Example
Text Example
White with #CBA77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA77D; }
p { color: rgb(203,167,125); }
H1.HeaderClassName
{
color: #CBA77D;
}
.AnyTagClassName
{
color: #CBA77D;
}
</style>
background-color css
<style>
a { background-color: #CBA77D; }
a { background-color: rgb(203,167,125); }
div.DivClassName
{
background-color: #CBA77D;
}
.BgClassName
{
background-color: #CBA77D;
}
</style>
border-color css
<style>
span { border-color: #CBA77D; }
span { border-color: rgb(203,167,125); }
td.TdClassName
{
border-color: #CBA77D;
}
.TagClassName
{
border-color: #CBA77D;
}
</style>