Shades of Cameo #CBA37D
Tints of Cameo #CBA37D
RGB
CMYK
RGB Variations
Color information
#CBA37D (or 0xCBA37D) is known color: Cameo. HEX triplet: CB, A3 and 7D. RGB value is (203,163,125). Sum of RGB (Red+Green+Blue) = 203+163+125=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA37D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA37D is #345C82. Grayscale: #AAAAAA. Windows color (decimal): -3431555 or 8233931. OLE color: 8233931.
HSL color Cylindrical-coordinate representation of color #CBA37D: hue angle of 29.23º 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 #CBA37D is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 125 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.20 |
| HSL | 29.23º | 0.43% | 0.64% | - |
| HSV(B) | 29.23º | 0.38% | 0.8% | - |
| XYZ | 41.43 | 40.37 | 25.01 | - |
| YUV | 170.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 125 | 0 | 0.20 | 0.38 | 0.20 | 29.23 | 0.43 | 0.64 |
| Hex | CB | A3 | 7D | 0 | 14 | 26 | 14 | 1D | 2B | 40 |
| Octal | 313 | 243 | 175 | 0 | 24 | 46 | 24 | 35 | 53 | 100 |
| Binary | 11001011 | 10100011 | 1111101 | 0 | 10100 | 100110 | 10100 | 11101 | 101011 | 1000000 |
Color Harmonies of #CBA37D
Complementary color
Monochromatic Colors of #CBA37D
Black with #CBA37D
Text Example
Text Example
White with #CBA37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA37D; }
p { color: rgb(203,163,125); }
H1.HeaderClassName
{
color: #CBA37D;
}
.AnyTagClassName
{
color: #CBA37D;
}
</style>
background-color css
<style>
a { background-color: #CBA37D; }
a { background-color: rgb(203,163,125); }
div.DivClassName
{
background-color: #CBA37D;
}
.BgClassName
{
background-color: #CBA37D;
}
</style>
border-color css
<style>
span { border-color: #CBA37D; }
span { border-color: rgb(203,163,125); }
td.TdClassName
{
border-color: #CBA37D;
}
.TagClassName
{
border-color: #CBA37D;
}
</style>