Shades of Cameo #CBA375
Tints of Cameo #CBA375
RGB
CMYK
RGB Variations
Color information
#CBA375 (or 0xCBA375) is known color: Cameo. HEX triplet: CB, A3 and 75. RGB value is (203,163,117). Sum of RGB (Red+Green+Blue) = 203+163+117=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA375 is #345C8A. Grayscale: #A9A9A9. Windows color (decimal): -3431563 or 7709643. OLE color: 7709643.
HSL color Cylindrical-coordinate representation of color #CBA375: hue angle of 32.09º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBA375 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 117 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.20 |
| HSL | 32.09º | 0.45% | 0.63% | - |
| HSV(B) | 32.09º | 0.42% | 0.8% | - |
| XYZ | 40.94 | 40.18 | 22.43 | - |
| YUV | 169.72 | 98.25 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 117 | 0 | 0.20 | 0.42 | 0.20 | 32.09 | 0.45 | 0.63 |
| Hex | CB | A3 | 75 | 0 | 14 | 2A | 14 | 20 | 2D | 3F |
| Octal | 313 | 243 | 165 | 0 | 24 | 52 | 24 | 40 | 55 | 77 |
| Binary | 11001011 | 10100011 | 1110101 | 0 | 10100 | 101010 | 10100 | 100000 | 101101 | 111111 |
Color Harmonies of #CBA375
Complementary color
Monochromatic Colors of #CBA375
Black with #CBA375
Text Example
Text Example
White with #CBA375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA375; }
p { color: rgb(203,163,117); }
H1.HeaderClassName
{
color: #CBA375;
}
.AnyTagClassName
{
color: #CBA375;
}
</style>
background-color css
<style>
a { background-color: #CBA375; }
a { background-color: rgb(203,163,117); }
div.DivClassName
{
background-color: #CBA375;
}
.BgClassName
{
background-color: #CBA375;
}
</style>
border-color css
<style>
span { border-color: #CBA375; }
span { border-color: rgb(203,163,117); }
td.TdClassName
{
border-color: #CBA375;
}
.TagClassName
{
border-color: #CBA375;
}
</style>