Shades of Yuma #CBB986
Tints of Yuma #CBB986
RGB
CMYK
RGB Variations
Color information
#CBB986 (or 0xCBB986) is known color: Yuma. HEX triplet: CB, B9 and 86. RGB value is (203,185,134). Sum of RGB (Red+Green+Blue) = 203+185+134=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB986 is #344679. Grayscale: #B8B8B8. Windows color (decimal): -3425914 or 8829387. OLE color: 8829387.
HSL color Cylindrical-coordinate representation of color #CBB986: hue angle of 44.35º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBB986 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 134 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.20 |
| HSL | 44.35º | 0.4% | 0.66% | - |
| HSV(B) | 44.35º | 0.34% | 0.8% | - |
| XYZ | 46.28 | 49.12 | 29.6 | - |
| YUV | 184.57 | 99.46 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 134 | 0 | 0.09 | 0.34 | 0.20 | 44.35 | 0.4 | 0.66 |
| Hex | CB | B9 | 86 | 0 | 9 | 22 | 14 | 2C | 28 | 42 |
| Octal | 313 | 271 | 206 | 0 | 11 | 42 | 24 | 54 | 50 | 102 |
| Binary | 11001011 | 10111001 | 10000110 | 0 | 1001 | 100010 | 10100 | 101100 | 101000 | 1000010 |
Color Harmonies of #CBB986
Complementary color
Monochromatic Colors of #CBB986
Black with #CBB986
Text Example
Text Example
White with #CBB986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB986; }
p { color: rgb(203,185,134); }
H1.HeaderClassName
{
color: #CBB986;
}
.AnyTagClassName
{
color: #CBB986;
}
</style>
background-color css
<style>
a { background-color: #CBB986; }
a { background-color: rgb(203,185,134); }
div.DivClassName
{
background-color: #CBB986;
}
.BgClassName
{
background-color: #CBB986;
}
</style>
border-color css
<style>
span { border-color: #CBB986; }
span { border-color: rgb(203,185,134); }
td.TdClassName
{
border-color: #CBB986;
}
.TagClassName
{
border-color: #CBB986;
}
</style>