Shades of Cameo #CBA58F
Tints of Cameo #CBA58F
RGB
CMYK
RGB Variations
Color information
#CBA58F (or 0xCBA58F) is known color: Cameo. HEX triplet: CB, A5 and 8F. RGB value is (203,165,143). Sum of RGB (Red+Green+Blue) = 203+165+143=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA58F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA58F is #345A70. Grayscale: #ADADAD. Windows color (decimal): -3431025 or 9414091. OLE color: 9414091.
HSL color Cylindrical-coordinate representation of color #CBA58F: hue angle of 22º 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 #CBA58F is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 143 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.20 |
| HSL | 22º | 0.37% | 0.68% | - |
| HSV(B) | 22º | 0.3% | 0.8% | - |
| XYZ | 43.04 | 41.59 | 31.75 | - |
| YUV | 173.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 143 | 0 | 0.19 | 0.30 | 0.20 | 22 | 0.37 | 0.68 |
| Hex | CB | A5 | 8F | 0 | 13 | 1E | 14 | 16 | 25 | 44 |
| Octal | 313 | 245 | 217 | 0 | 23 | 36 | 24 | 26 | 45 | 104 |
| Binary | 11001011 | 10100101 | 10001111 | 0 | 10011 | 11110 | 10100 | 10110 | 100101 | 1000100 |
Color Harmonies of #CBA58F
Complementary color
Monochromatic Colors of #CBA58F
Black with #CBA58F
Text Example
Text Example
White with #CBA58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA58F; }
p { color: rgb(203,165,143); }
H1.HeaderClassName
{
color: #CBA58F;
}
.AnyTagClassName
{
color: #CBA58F;
}
</style>
background-color css
<style>
a { background-color: #CBA58F; }
a { background-color: rgb(203,165,143); }
div.DivClassName
{
background-color: #CBA58F;
}
.BgClassName
{
background-color: #CBA58F;
}
</style>
border-color css
<style>
span { border-color: #CBA58F; }
span { border-color: rgb(203,165,143); }
td.TdClassName
{
border-color: #CBA58F;
}
.TagClassName
{
border-color: #CBA58F;
}
</style>