Shades of Yuma #C8BA83
Tints of Yuma #C8BA83
RGB
CMYK
RGB Variations
Color information
#C8BA83 (or 0xC8BA83) is known color: Yuma. HEX triplet: C8, BA and 83. RGB value is (200,186,131). Sum of RGB (Red+Green+Blue) = 200+186+131=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BA83 is #37457C. Grayscale: #B8B8B8. Windows color (decimal): -3622269 or 8633032. OLE color: 8633032.
HSL color Cylindrical-coordinate representation of color #C8BA83: hue angle of 47.83º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8BA83 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 131 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.22 |
| HSL | 47.83º | 0.39% | 0.65% | - |
| HSV(B) | 47.83º | 0.35% | 0.78% | - |
| XYZ | 45.48 | 49.04 | 28.54 | - |
| YUV | 183.92 | 98.14 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 131 | 0 | 0.07 | 0.34 | 0.22 | 47.83 | 0.39 | 0.65 |
| Hex | C8 | BA | 83 | 0 | 7 | 22 | 16 | 30 | 27 | 41 |
| Octal | 310 | 272 | 203 | 0 | 7 | 42 | 26 | 60 | 47 | 101 |
| Binary | 11001000 | 10111010 | 10000011 | 0 | 111 | 100010 | 10110 | 110000 | 100111 | 1000001 |
Color Harmonies of #C8BA83
Complementary color
Monochromatic Colors of #C8BA83
Black with #C8BA83
Text Example
Text Example
White with #C8BA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA83; }
p { color: rgb(200,186,131); }
H1.HeaderClassName
{
color: #C8BA83;
}
.AnyTagClassName
{
color: #C8BA83;
}
</style>
background-color css
<style>
a { background-color: #C8BA83; }
a { background-color: rgb(200,186,131); }
div.DivClassName
{
background-color: #C8BA83;
}
.BgClassName
{
background-color: #C8BA83;
}
</style>
border-color css
<style>
span { border-color: #C8BA83; }
span { border-color: rgb(200,186,131); }
td.TdClassName
{
border-color: #C8BA83;
}
.TagClassName
{
border-color: #C8BA83;
}
</style>