Shades of Yuma #C8BC86
Tints of Yuma #C8BC86
RGB
CMYK
RGB Variations
Color information
#C8BC86 (or 0xC8BC86) is known color: Yuma. HEX triplet: C8, BC and 86. RGB value is (200,188,134). Sum of RGB (Red+Green+Blue) = 200+188+134=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BC86 is #374379. Grayscale: #B9B9B9. Windows color (decimal): -3621754 or 8830152. OLE color: 8830152.
HSL color Cylindrical-coordinate representation of color #C8BC86: hue angle of 49.09º 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 #C8BC86 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 134 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.22 |
| HSL | 49.09º | 0.38% | 0.65% | - |
| HSV(B) | 49.09º | 0.33% | 0.78% | - |
| XYZ | 46.11 | 49.97 | 29.77 | - |
| YUV | 185.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 134 | 0 | 0.06 | 0.33 | 0.22 | 49.09 | 0.38 | 0.65 |
| Hex | C8 | BC | 86 | 0 | 6 | 21 | 16 | 31 | 26 | 41 |
| Octal | 310 | 274 | 206 | 0 | 6 | 41 | 26 | 61 | 46 | 101 |
| Binary | 11001000 | 10111100 | 10000110 | 0 | 110 | 100001 | 10110 | 110001 | 100110 | 1000001 |
Color Harmonies of #C8BC86
Complementary color
Monochromatic Colors of #C8BC86
Black with #C8BC86
Text Example
Text Example
White with #C8BC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC86; }
p { color: rgb(200,188,134); }
H1.HeaderClassName
{
color: #C8BC86;
}
.AnyTagClassName
{
color: #C8BC86;
}
</style>
background-color css
<style>
a { background-color: #C8BC86; }
a { background-color: rgb(200,188,134); }
div.DivClassName
{
background-color: #C8BC86;
}
.BgClassName
{
background-color: #C8BC86;
}
</style>
border-color css
<style>
span { border-color: #C8BC86; }
span { border-color: rgb(200,188,134); }
td.TdClassName
{
border-color: #C8BC86;
}
.TagClassName
{
border-color: #C8BC86;
}
</style>