Shades of Cameo #CBA983
Tints of Cameo #CBA983
RGB
CMYK
RGB Variations
Color information
#CBA983 (or 0xCBA983) is known color: Cameo. HEX triplet: CB, A9 and 83. RGB value is (203,169,131). Sum of RGB (Red+Green+Blue) = 203+169+131=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA983 is #34567C. Grayscale: #AFAFAF. Windows color (decimal): -3430013 or 8628683. OLE color: 8628683.
HSL color Cylindrical-coordinate representation of color #CBA983: hue angle of 31.67º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBA983 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 131 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.20 |
| HSL | 31.67º | 0.41% | 0.65% | - |
| HSV(B) | 31.67º | 0.35% | 0.8% | - |
| XYZ | 42.91 | 42.71 | 27.46 | - |
| YUV | 174.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 131 | 0 | 0.17 | 0.35 | 0.20 | 31.67 | 0.41 | 0.65 |
| Hex | CB | A9 | 83 | 0 | 11 | 23 | 14 | 20 | 29 | 41 |
| Octal | 313 | 251 | 203 | 0 | 21 | 43 | 24 | 40 | 51 | 101 |
| Binary | 11001011 | 10101001 | 10000011 | 0 | 10001 | 100011 | 10100 | 100000 | 101001 | 1000001 |
Color Harmonies of #CBA983
Complementary color
Monochromatic Colors of #CBA983
Black with #CBA983
Text Example
Text Example
White with #CBA983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA983; }
p { color: rgb(203,169,131); }
H1.HeaderClassName
{
color: #CBA983;
}
.AnyTagClassName
{
color: #CBA983;
}
</style>
background-color css
<style>
a { background-color: #CBA983; }
a { background-color: rgb(203,169,131); }
div.DivClassName
{
background-color: #CBA983;
}
.BgClassName
{
background-color: #CBA983;
}
</style>
border-color css
<style>
span { border-color: #CBA983; }
span { border-color: rgb(203,169,131); }
td.TdClassName
{
border-color: #CBA983;
}
.TagClassName
{
border-color: #CBA983;
}
</style>