Shades of Cameo #CBA37B
Tints of Cameo #CBA37B
RGB
CMYK
RGB Variations
Color information
#CBA37B (or 0xCBA37B) is known color: Cameo. HEX triplet: CB, A3 and 7B. RGB value is (203,163,123). Sum of RGB (Red+Green+Blue) = 203+163+123=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA37B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA37B is #345C84. Grayscale: #AAAAAA. Windows color (decimal): -3431557 or 8102859. OLE color: 8102859.
HSL color Cylindrical-coordinate representation of color #CBA37B: hue angle of 30º 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 #CBA37B is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 123 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.20 |
| HSL | 30º | 0.43% | 0.64% | - |
| HSV(B) | 30º | 0.39% | 0.8% | - |
| XYZ | 41.3 | 40.32 | 24.34 | - |
| YUV | 170.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 123 | 0 | 0.20 | 0.39 | 0.20 | 30 | 0.43 | 0.64 |
| Hex | CB | A3 | 7B | 0 | 14 | 27 | 14 | 1E | 2B | 40 |
| Octal | 313 | 243 | 173 | 0 | 24 | 47 | 24 | 36 | 53 | 100 |
| Binary | 11001011 | 10100011 | 1111011 | 0 | 10100 | 100111 | 10100 | 11110 | 101011 | 1000000 |
Color Harmonies of #CBA37B
Complementary color
Monochromatic Colors of #CBA37B
Black with #CBA37B
Text Example
Text Example
White with #CBA37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA37B; }
p { color: rgb(203,163,123); }
H1.HeaderClassName
{
color: #CBA37B;
}
.AnyTagClassName
{
color: #CBA37B;
}
</style>
background-color css
<style>
a { background-color: #CBA37B; }
a { background-color: rgb(203,163,123); }
div.DivClassName
{
background-color: #CBA37B;
}
.BgClassName
{
background-color: #CBA37B;
}
</style>
border-color css
<style>
span { border-color: #CBA37B; }
span { border-color: rgb(203,163,123); }
td.TdClassName
{
border-color: #CBA37B;
}
.TagClassName
{
border-color: #CBA37B;
}
</style>