Shades of Yuma #C4B984
Tints of Yuma #C4B984
RGB
CMYK
RGB Variations
Color information
#C4B984 (or 0xC4B984) is known color: Yuma. HEX triplet: C4, B9 and 84. RGB value is (196,185,132). Sum of RGB (Red+Green+Blue) = 196+185+132=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 132 (51.95% from 255 or 25.73% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B984 is #3B467B. Grayscale: #B6B6B6. Windows color (decimal): -3884668 or 8698308. OLE color: 8698308.
HSL color Cylindrical-coordinate representation of color #C4B984: hue angle of 49.69º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C4B984 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 185 | 132 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.23 |
| HSL | 49.69º | 0.35% | 0.64% | - |
| HSV(B) | 49.69º | 0.33% | 0.77% | - |
| XYZ | 44.28 | 48.1 | 28.78 | - |
| YUV | 182.25 | 99.64 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 132 | 0 | 0.06 | 0.33 | 0.23 | 49.69 | 0.35 | 0.64 |
| Hex | C4 | B9 | 84 | 0 | 6 | 21 | 17 | 32 | 23 | 40 |
| Octal | 304 | 271 | 204 | 0 | 6 | 41 | 27 | 62 | 43 | 100 |
| Binary | 11000100 | 10111001 | 10000100 | 0 | 110 | 100001 | 10111 | 110010 | 100011 | 1000000 |
Color Harmonies of #C4B984
Complementary color
Monochromatic Colors of #C4B984
Black with #C4B984
Text Example
Text Example
White with #C4B984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B984; }
p { color: rgb(196,185,132); }
H1.HeaderClassName
{
color: #C4B984;
}
.AnyTagClassName
{
color: #C4B984;
}
</style>
background-color css
<style>
a { background-color: #C4B984; }
a { background-color: rgb(196,185,132); }
div.DivClassName
{
background-color: #C4B984;
}
.BgClassName
{
background-color: #C4B984;
}
</style>
border-color css
<style>
span { border-color: #C4B984; }
span { border-color: rgb(196,185,132); }
td.TdClassName
{
border-color: #C4B984;
}
.TagClassName
{
border-color: #C4B984;
}
</style>