Shades of Cameo #CBA97C
Tints of Cameo #CBA97C
RGB
CMYK
RGB Variations
Color information
#CBA97C (or 0xCBA97C) is known color: Cameo. HEX triplet: CB, A9 and 7C. RGB value is (203,169,124). Sum of RGB (Red+Green+Blue) = 203+169+124=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA97C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA97C is #345683. Grayscale: #AEAEAE. Windows color (decimal): -3430020 or 8169931. OLE color: 8169931.
HSL color Cylindrical-coordinate representation of color #CBA97C: hue angle of 34.18º 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 #CBA97C is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 124 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.20 |
| HSL | 34.18º | 0.43% | 0.64% | - |
| HSV(B) | 34.18º | 0.39% | 0.8% | - |
| XYZ | 42.45 | 42.53 | 25.04 | - |
| YUV | 174.04 | 99.76 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 124 | 0 | 0.17 | 0.39 | 0.20 | 34.18 | 0.43 | 0.64 |
| Hex | CB | A9 | 7C | 0 | 11 | 27 | 14 | 22 | 2B | 40 |
| Octal | 313 | 251 | 174 | 0 | 21 | 47 | 24 | 42 | 53 | 100 |
| Binary | 11001011 | 10101001 | 1111100 | 0 | 10001 | 100111 | 10100 | 100010 | 101011 | 1000000 |
Color Harmonies of #CBA97C
Complementary color
Monochromatic Colors of #CBA97C
Black with #CBA97C
Text Example
Text Example
White with #CBA97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA97C; }
p { color: rgb(203,169,124); }
H1.HeaderClassName
{
color: #CBA97C;
}
.AnyTagClassName
{
color: #CBA97C;
}
</style>
background-color css
<style>
a { background-color: #CBA97C; }
a { background-color: rgb(203,169,124); }
div.DivClassName
{
background-color: #CBA97C;
}
.BgClassName
{
background-color: #CBA97C;
}
</style>
border-color css
<style>
span { border-color: #CBA97C; }
span { border-color: rgb(203,169,124); }
td.TdClassName
{
border-color: #CBA97C;
}
.TagClassName
{
border-color: #CBA97C;
}
</style>