Shades of Cameo #CBA58A
Tints of Cameo #CBA58A
RGB
CMYK
RGB Variations
Color information
#CBA58A (or 0xCBA58A) is known color: Cameo. HEX triplet: CB, A5 and 8A. RGB value is (203,165,138). Sum of RGB (Red+Green+Blue) = 203+165+138=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA58A is #345A75. Grayscale: #ADADAD. Windows color (decimal): -3431030 or 9086411. OLE color: 9086411.
HSL color Cylindrical-coordinate representation of color #CBA58A: hue angle of 24.92º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBA58A is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 138 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.20 |
| HSL | 24.92º | 0.38% | 0.67% | - |
| HSV(B) | 24.92º | 0.32% | 0.8% | - |
| XYZ | 42.67 | 41.44 | 29.79 | - |
| YUV | 173.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 138 | 0 | 0.19 | 0.32 | 0.20 | 24.92 | 0.38 | 0.67 |
| Hex | CB | A5 | 8A | 0 | 13 | 20 | 14 | 19 | 26 | 43 |
| Octal | 313 | 245 | 212 | 0 | 23 | 40 | 24 | 31 | 46 | 103 |
| Binary | 11001011 | 10100101 | 10001010 | 0 | 10011 | 100000 | 10100 | 11001 | 100110 | 1000011 |
Color Harmonies of #CBA58A
Complementary color
Monochromatic Colors of #CBA58A
Black with #CBA58A
Text Example
Text Example
White with #CBA58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA58A; }
p { color: rgb(203,165,138); }
H1.HeaderClassName
{
color: #CBA58A;
}
.AnyTagClassName
{
color: #CBA58A;
}
</style>
background-color css
<style>
a { background-color: #CBA58A; }
a { background-color: rgb(203,165,138); }
div.DivClassName
{
background-color: #CBA58A;
}
.BgClassName
{
background-color: #CBA58A;
}
</style>
border-color css
<style>
span { border-color: #CBA58A; }
span { border-color: rgb(203,165,138); }
td.TdClassName
{
border-color: #CBA58A;
}
.TagClassName
{
border-color: #CBA58A;
}
</style>