Shades of Cameo #CBA38E
Tints of Cameo #CBA38E
RGB
CMYK
RGB Variations
Color information
#CBA38E (or 0xCBA38E) is known color: Cameo. HEX triplet: CB, A3 and 8E. RGB value is (203,163,142). Sum of RGB (Red+Green+Blue) = 203+163+142=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA38E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA38E is #345C71. Grayscale: #ACACAC. Windows color (decimal): -3431538 or 9348043. OLE color: 9348043.
HSL color Cylindrical-coordinate representation of color #CBA38E: hue angle of 20.66º 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 #CBA38E is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 142 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.20 |
| HSL | 20.66º | 0.37% | 0.68% | - |
| HSV(B) | 20.66º | 0.3% | 0.8% | - |
| XYZ | 42.61 | 40.84 | 31.23 | - |
| YUV | 172.57 | 110.75 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 142 | 0 | 0.20 | 0.30 | 0.20 | 20.66 | 0.37 | 0.68 |
| Hex | CB | A3 | 8E | 0 | 14 | 1E | 14 | 15 | 25 | 44 |
| Octal | 313 | 243 | 216 | 0 | 24 | 36 | 24 | 25 | 45 | 104 |
| Binary | 11001011 | 10100011 | 10001110 | 0 | 10100 | 11110 | 10100 | 10101 | 100101 | 1000100 |
Color Harmonies of #CBA38E
Complementary color
Monochromatic Colors of #CBA38E
Black with #CBA38E
Text Example
Text Example
White with #CBA38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA38E; }
p { color: rgb(203,163,142); }
H1.HeaderClassName
{
color: #CBA38E;
}
.AnyTagClassName
{
color: #CBA38E;
}
</style>
background-color css
<style>
a { background-color: #CBA38E; }
a { background-color: rgb(203,163,142); }
div.DivClassName
{
background-color: #CBA38E;
}
.BgClassName
{
background-color: #CBA38E;
}
</style>
border-color css
<style>
span { border-color: #CBA38E; }
span { border-color: rgb(203,163,142); }
td.TdClassName
{
border-color: #CBA38E;
}
.TagClassName
{
border-color: #CBA38E;
}
</style>