Shades of Cameo #CBA58B
Tints of Cameo #CBA58B
RGB
CMYK
RGB Variations
Color information
#CBA58B (or 0xCBA58B) is known color: Cameo. HEX triplet: CB, A5 and 8B. RGB value is (203,165,139). Sum of RGB (Red+Green+Blue) = 203+165+139=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA58B is #345A74. Grayscale: #ADADAD. Windows color (decimal): -3431029 or 9151947. OLE color: 9151947.
HSL color Cylindrical-coordinate representation of color #CBA58B: hue angle of 24.38º 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 #CBA58B is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 139 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.20 |
| HSL | 24.38º | 0.38% | 0.67% | - |
| HSV(B) | 24.38º | 0.32% | 0.8% | - |
| XYZ | 42.74 | 41.47 | 30.18 | - |
| YUV | 173.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 139 | 0 | 0.19 | 0.32 | 0.20 | 24.38 | 0.38 | 0.67 |
| Hex | CB | A5 | 8B | 0 | 13 | 20 | 14 | 18 | 26 | 43 |
| Octal | 313 | 245 | 213 | 0 | 23 | 40 | 24 | 30 | 46 | 103 |
| Binary | 11001011 | 10100101 | 10001011 | 0 | 10011 | 100000 | 10100 | 11000 | 100110 | 1000011 |
Color Harmonies of #CBA58B
Complementary color
Monochromatic Colors of #CBA58B
Black with #CBA58B
Text Example
Text Example
White with #CBA58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA58B; }
p { color: rgb(203,165,139); }
H1.HeaderClassName
{
color: #CBA58B;
}
.AnyTagClassName
{
color: #CBA58B;
}
</style>
background-color css
<style>
a { background-color: #CBA58B; }
a { background-color: rgb(203,165,139); }
div.DivClassName
{
background-color: #CBA58B;
}
.BgClassName
{
background-color: #CBA58B;
}
</style>
border-color css
<style>
span { border-color: #CBA58B; }
span { border-color: rgb(203,165,139); }
td.TdClassName
{
border-color: #CBA58B;
}
.TagClassName
{
border-color: #CBA58B;
}
</style>