Shades of Cameo #CBA388
Tints of Cameo #CBA388
RGB
CMYK
RGB Variations
Color information
#CBA388 (or 0xCBA388) is known color: Cameo. HEX triplet: CB, A3 and 88. RGB value is (203,163,136). Sum of RGB (Red+Green+Blue) = 203+163+136=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA388 is #345C77. Grayscale: #ACACAC. Windows color (decimal): -3431544 or 8954827. OLE color: 8954827.
HSL color Cylindrical-coordinate representation of color #CBA388: hue angle of 24.18º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBA388 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 136 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.20 |
| HSL | 24.18º | 0.39% | 0.66% | - |
| HSV(B) | 24.18º | 0.33% | 0.8% | - |
| XYZ | 42.17 | 40.67 | 28.92 | - |
| YUV | 171.88 | 107.75 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 136 | 0 | 0.20 | 0.33 | 0.20 | 24.18 | 0.39 | 0.66 |
| Hex | CB | A3 | 88 | 0 | 14 | 21 | 14 | 18 | 27 | 42 |
| Octal | 313 | 243 | 210 | 0 | 24 | 41 | 24 | 30 | 47 | 102 |
| Binary | 11001011 | 10100011 | 10001000 | 0 | 10100 | 100001 | 10100 | 11000 | 100111 | 1000010 |
Color Harmonies of #CBA388
Complementary color
Monochromatic Colors of #CBA388
Black with #CBA388
Text Example
Text Example
White with #CBA388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA388; }
p { color: rgb(203,163,136); }
H1.HeaderClassName
{
color: #CBA388;
}
.AnyTagClassName
{
color: #CBA388;
}
</style>
background-color css
<style>
a { background-color: #CBA388; }
a { background-color: rgb(203,163,136); }
div.DivClassName
{
background-color: #CBA388;
}
.BgClassName
{
background-color: #CBA388;
}
</style>
border-color css
<style>
span { border-color: #CBA388; }
span { border-color: rgb(203,163,136); }
td.TdClassName
{
border-color: #CBA388;
}
.TagClassName
{
border-color: #CBA388;
}
</style>