Shades of Cameo #CBA27C
Tints of Cameo #CBA27C
RGB
CMYK
RGB Variations
Color information
#CBA27C (or 0xCBA27C) is known color: Cameo. HEX triplet: CB, A2 and 7C. RGB value is (203,162,124). Sum of RGB (Red+Green+Blue) = 203+162+124=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA27C is #345D83. Grayscale: #AAAAAA. Windows color (decimal): -3431812 or 8168139. OLE color: 8168139.
HSL color Cylindrical-coordinate representation of color #CBA27C: hue angle of 28.86º 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 #CBA27C is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 124 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.20 |
| HSL | 28.86º | 0.43% | 0.64% | - |
| HSV(B) | 28.86º | 0.39% | 0.8% | - |
| XYZ | 41.19 | 39.99 | 24.62 | - |
| YUV | 169.93 | 102.08 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 124 | 0 | 0.20 | 0.39 | 0.20 | 28.86 | 0.43 | 0.64 |
| Hex | CB | A2 | 7C | 0 | 14 | 27 | 14 | 1D | 2B | 40 |
| Octal | 313 | 242 | 174 | 0 | 24 | 47 | 24 | 35 | 53 | 100 |
| Binary | 11001011 | 10100010 | 1111100 | 0 | 10100 | 100111 | 10100 | 11101 | 101011 | 1000000 |
Color Harmonies of #CBA27C
Complementary color
Monochromatic Colors of #CBA27C
Black with #CBA27C
Text Example
Text Example
White with #CBA27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA27C; }
p { color: rgb(203,162,124); }
H1.HeaderClassName
{
color: #CBA27C;
}
.AnyTagClassName
{
color: #CBA27C;
}
</style>
background-color css
<style>
a { background-color: #CBA27C; }
a { background-color: rgb(203,162,124); }
div.DivClassName
{
background-color: #CBA27C;
}
.BgClassName
{
background-color: #CBA27C;
}
</style>
border-color css
<style>
span { border-color: #CBA27C; }
span { border-color: rgb(203,162,124); }
td.TdClassName
{
border-color: #CBA27C;
}
.TagClassName
{
border-color: #CBA27C;
}
</style>