Shades of Yuma #C4B979
Tints of Yuma #C4B979
RGB
CMYK
RGB Variations
Color information
#C4B979 (or 0xC4B979) is known color: Yuma. HEX triplet: C4, B9 and 79. RGB value is (196,185,121). Sum of RGB (Red+Green+Blue) = 196+185+121=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B979 is #3B4686. Grayscale: #B5B5B5. Windows color (decimal): -3884679 or 7977412. OLE color: 7977412.
HSL color Cylindrical-coordinate representation of color #C4B979: hue angle of 51.2º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4B979 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 185 | 121 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.23 |
| HSL | 51.2º | 0.39% | 0.62% | - |
| HSV(B) | 51.2º | 0.38% | 0.77% | - |
| XYZ | 43.57 | 47.81 | 25.02 | - |
| YUV | 180.99 | 94.14 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 121 | 0 | 0.06 | 0.38 | 0.23 | 51.2 | 0.39 | 0.62 |
| Hex | C4 | B9 | 79 | 0 | 6 | 26 | 17 | 33 | 27 | 3E |
| Octal | 304 | 271 | 171 | 0 | 6 | 46 | 27 | 63 | 47 | 76 |
| Binary | 11000100 | 10111001 | 1111001 | 0 | 110 | 100110 | 10111 | 110011 | 100111 | 111110 |
Color Harmonies of #C4B979
Complementary color
Monochromatic Colors of #C4B979
Black with #C4B979
Text Example
Text Example
White with #C4B979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B979; }
p { color: rgb(196,185,121); }
H1.HeaderClassName
{
color: #C4B979;
}
.AnyTagClassName
{
color: #C4B979;
}
</style>
background-color css
<style>
a { background-color: #C4B979; }
a { background-color: rgb(196,185,121); }
div.DivClassName
{
background-color: #C4B979;
}
.BgClassName
{
background-color: #C4B979;
}
</style>
border-color css
<style>
span { border-color: #C4B979; }
span { border-color: rgb(196,185,121); }
td.TdClassName
{
border-color: #C4B979;
}
.TagClassName
{
border-color: #C4B979;
}
</style>