Shades of Yuma #C8B984
Tints of Yuma #C8B984
RGB
CMYK
RGB Variations
Color information
#C8B984 (or 0xC8B984) is known color: Yuma. HEX triplet: C8, B9 and 84. RGB value is (200,185,132). Sum of RGB (Red+Green+Blue) = 200+185+132=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B984 is #37467B. Grayscale: #B7B7B7. Windows color (decimal): -3622524 or 8698312. OLE color: 8698312.
HSL color Cylindrical-coordinate representation of color #C8B984: hue angle of 46.76º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C8B984 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 185 | 132 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.22 |
| HSL | 46.76º | 0.38% | 0.65% | - |
| HSV(B) | 46.76º | 0.34% | 0.78% | - |
| XYZ | 45.33 | 48.64 | 28.83 | - |
| YUV | 183.44 | 98.97 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 185 | 132 | 0 | 0.08 | 0.34 | 0.22 | 46.76 | 0.38 | 0.65 |
| Hex | C8 | B9 | 84 | 0 | 8 | 22 | 16 | 2F | 26 | 41 |
| Octal | 310 | 271 | 204 | 0 | 10 | 42 | 26 | 57 | 46 | 101 |
| Binary | 11001000 | 10111001 | 10000100 | 0 | 1000 | 100010 | 10110 | 101111 | 100110 | 1000001 |
Color Harmonies of #C8B984
Complementary color
Monochromatic Colors of #C8B984
Black with #C8B984
Text Example
Text Example
White with #C8B984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B984; }
p { color: rgb(200,185,132); }
H1.HeaderClassName
{
color: #C8B984;
}
.AnyTagClassName
{
color: #C8B984;
}
</style>
background-color css
<style>
a { background-color: #C8B984; }
a { background-color: rgb(200,185,132); }
div.DivClassName
{
background-color: #C8B984;
}
.BgClassName
{
background-color: #C8B984;
}
</style>
border-color css
<style>
span { border-color: #C8B984; }
span { border-color: rgb(200,185,132); }
td.TdClassName
{
border-color: #C8B984;
}
.TagClassName
{
border-color: #C8B984;
}
</style>