Shades of Cameo #CBA37E
Tints of Cameo #CBA37E
RGB
CMYK
RGB Variations
Color information
#CBA37E (or 0xCBA37E) is known color: Cameo. HEX triplet: CB, A3 and 7E. RGB value is (203,163,126). Sum of RGB (Red+Green+Blue) = 203+163+126=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA37E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA37E is #345C81. Grayscale: #AAAAAA. Windows color (decimal): -3431554 or 8299467. OLE color: 8299467.
HSL color Cylindrical-coordinate representation of color #CBA37E: hue angle of 28.83º 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 #CBA37E is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 126 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.20 |
| HSL | 28.83º | 0.43% | 0.65% | - |
| HSV(B) | 28.83º | 0.38% | 0.8% | - |
| XYZ | 41.49 | 40.4 | 25.35 | - |
| YUV | 170.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 126 | 0 | 0.20 | 0.38 | 0.20 | 28.83 | 0.43 | 0.65 |
| Hex | CB | A3 | 7E | 0 | 14 | 26 | 14 | 1D | 2B | 41 |
| Octal | 313 | 243 | 176 | 0 | 24 | 46 | 24 | 35 | 53 | 101 |
| Binary | 11001011 | 10100011 | 1111110 | 0 | 10100 | 100110 | 10100 | 11101 | 101011 | 1000001 |
Color Harmonies of #CBA37E
Complementary color
Monochromatic Colors of #CBA37E
Black with #CBA37E
Text Example
Text Example
White with #CBA37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA37E; }
p { color: rgb(203,163,126); }
H1.HeaderClassName
{
color: #CBA37E;
}
.AnyTagClassName
{
color: #CBA37E;
}
</style>
background-color css
<style>
a { background-color: #CBA37E; }
a { background-color: rgb(203,163,126); }
div.DivClassName
{
background-color: #CBA37E;
}
.BgClassName
{
background-color: #CBA37E;
}
</style>
border-color css
<style>
span { border-color: #CBA37E; }
span { border-color: rgb(203,163,126); }
td.TdClassName
{
border-color: #CBA37E;
}
.TagClassName
{
border-color: #CBA37E;
}
</style>