Shades of Cameo #CBA58E
Tints of Cameo #CBA58E
RGB
CMYK
RGB Variations
Color information
#CBA58E (or 0xCBA58E) is known color: Cameo. HEX triplet: CB, A5 and 8E. RGB value is (203,165,142). Sum of RGB (Red+Green+Blue) = 203+165+142=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA58E is #345A71. Grayscale: #ADADAD. Windows color (decimal): -3431026 or 9348555. OLE color: 9348555.
HSL color Cylindrical-coordinate representation of color #CBA58E: hue angle of 22.62º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBA58E is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 142 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.20 |
| HSL | 22.62º | 0.37% | 0.68% | - |
| HSV(B) | 22.62º | 0.3% | 0.8% | - |
| XYZ | 42.97 | 41.56 | 31.35 | - |
| YUV | 173.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 142 | 0 | 0.19 | 0.30 | 0.20 | 22.62 | 0.37 | 0.68 |
| Hex | CB | A5 | 8E | 0 | 13 | 1E | 14 | 17 | 25 | 44 |
| Octal | 313 | 245 | 216 | 0 | 23 | 36 | 24 | 27 | 45 | 104 |
| Binary | 11001011 | 10100101 | 10001110 | 0 | 10011 | 11110 | 10100 | 10111 | 100101 | 1000100 |
Color Harmonies of #CBA58E
Complementary color
Monochromatic Colors of #CBA58E
Black with #CBA58E
Text Example
Text Example
White with #CBA58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA58E; }
p { color: rgb(203,165,142); }
H1.HeaderClassName
{
color: #CBA58E;
}
.AnyTagClassName
{
color: #CBA58E;
}
</style>
background-color css
<style>
a { background-color: #CBA58E; }
a { background-color: rgb(203,165,142); }
div.DivClassName
{
background-color: #CBA58E;
}
.BgClassName
{
background-color: #CBA58E;
}
</style>
border-color css
<style>
span { border-color: #CBA58E; }
span { border-color: rgb(203,165,142); }
td.TdClassName
{
border-color: #CBA58E;
}
.TagClassName
{
border-color: #CBA58E;
}
</style>