Shades of Yuma #CBBD86
Tints of Yuma #CBBD86
RGB
CMYK
RGB Variations
Color information
#CBBD86 (or 0xCBBD86) is known color: Yuma. HEX triplet: CB, BD and 86. RGB value is (203,189,134). Sum of RGB (Red+Green+Blue) = 203+189+134=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBD86 is #344279. Grayscale: #BBBBBB. Windows color (decimal): -3424890 or 8830411. OLE color: 8830411.
HSL color Cylindrical-coordinate representation of color #CBBD86: hue angle of 47.83º 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 #CBBD86 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 134 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.20 |
| HSL | 47.83º | 0.4% | 0.66% | - |
| HSV(B) | 47.83º | 0.34% | 0.8% | - |
| XYZ | 47.13 | 50.81 | 29.88 | - |
| YUV | 186.92 | 98.14 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 134 | 0 | 0.07 | 0.34 | 0.20 | 47.83 | 0.4 | 0.66 |
| Hex | CB | BD | 86 | 0 | 7 | 22 | 14 | 30 | 28 | 42 |
| Octal | 313 | 275 | 206 | 0 | 7 | 42 | 24 | 60 | 50 | 102 |
| Binary | 11001011 | 10111101 | 10000110 | 0 | 111 | 100010 | 10100 | 110000 | 101000 | 1000010 |
Color Harmonies of #CBBD86
Complementary color
Monochromatic Colors of #CBBD86
Black with #CBBD86
Text Example
Text Example
White with #CBBD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBD86; }
p { color: rgb(203,189,134); }
H1.HeaderClassName
{
color: #CBBD86;
}
.AnyTagClassName
{
color: #CBBD86;
}
</style>
background-color css
<style>
a { background-color: #CBBD86; }
a { background-color: rgb(203,189,134); }
div.DivClassName
{
background-color: #CBBD86;
}
.BgClassName
{
background-color: #CBBD86;
}
</style>
border-color css
<style>
span { border-color: #CBBD86; }
span { border-color: rgb(203,189,134); }
td.TdClassName
{
border-color: #CBBD86;
}
.TagClassName
{
border-color: #CBBD86;
}
</style>