Shades of Yuma #C8BB86
Tints of Yuma #C8BB86
RGB
CMYK
RGB Variations
Color information
#C8BB86 (or 0xC8BB86) is known color: Yuma. HEX triplet: C8, BB and 86. RGB value is (200,187,134). Sum of RGB (Red+Green+Blue) = 200+187+134=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BB86 is #374479. Grayscale: #B9B9B9. Windows color (decimal): -3622010 or 8829896. OLE color: 8829896.
HSL color Cylindrical-coordinate representation of color #C8BB86: hue angle of 48.18º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8BB86 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 134 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.22 |
| HSL | 48.18º | 0.38% | 0.65% | - |
| HSV(B) | 48.18º | 0.33% | 0.78% | - |
| XYZ | 45.89 | 49.54 | 29.7 | - |
| YUV | 184.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 134 | 0 | 0.06 | 0.33 | 0.22 | 48.18 | 0.38 | 0.65 |
| Hex | C8 | BB | 86 | 0 | 6 | 21 | 16 | 30 | 26 | 41 |
| Octal | 310 | 273 | 206 | 0 | 6 | 41 | 26 | 60 | 46 | 101 |
| Binary | 11001000 | 10111011 | 10000110 | 0 | 110 | 100001 | 10110 | 110000 | 100110 | 1000001 |
Color Harmonies of #C8BB86
Complementary color
Monochromatic Colors of #C8BB86
Black with #C8BB86
Text Example
Text Example
White with #C8BB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BB86; }
p { color: rgb(200,187,134); }
H1.HeaderClassName
{
color: #C8BB86;
}
.AnyTagClassName
{
color: #C8BB86;
}
</style>
background-color css
<style>
a { background-color: #C8BB86; }
a { background-color: rgb(200,187,134); }
div.DivClassName
{
background-color: #C8BB86;
}
.BgClassName
{
background-color: #C8BB86;
}
</style>
border-color css
<style>
span { border-color: #C8BB86; }
span { border-color: rgb(200,187,134); }
td.TdClassName
{
border-color: #C8BB86;
}
.TagClassName
{
border-color: #C8BB86;
}
</style>