Shades of Yuma #C2B979
Tints of Yuma #C2B979
RGB
CMYK
RGB Variations
Color information
#C2B979 (or 0xC2B979) is known color: Yuma. HEX triplet: C2, B9 and 79. RGB value is (194,185,121). Sum of RGB (Red+Green+Blue) = 194+185+121=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B979 is #3D4686. Grayscale: #B4B4B4. Windows color (decimal): -4015751 or 7977410. OLE color: 7977410.
HSL color Cylindrical-coordinate representation of color #C2B979: hue angle of 52.6º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2B979 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 121 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.24 |
| HSL | 52.6º | 0.37% | 0.62% | - |
| HSV(B) | 52.6º | 0.38% | 0.76% | - |
| XYZ | 43.05 | 47.55 | 25 | - |
| YUV | 180.4 | 94.48 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 121 | 0 | 0.05 | 0.38 | 0.24 | 52.6 | 0.37 | 0.62 |
| Hex | C2 | B9 | 79 | 0 | 5 | 26 | 18 | 35 | 25 | 3E |
| Octal | 302 | 271 | 171 | 0 | 5 | 46 | 30 | 65 | 45 | 76 |
| Binary | 11000010 | 10111001 | 1111001 | 0 | 101 | 100110 | 11000 | 110101 | 100101 | 111110 |
Color Harmonies of #C2B979
Complementary color
Monochromatic Colors of #C2B979
Black with #C2B979
Text Example
Text Example
White with #C2B979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B979; }
p { color: rgb(194,185,121); }
H1.HeaderClassName
{
color: #C2B979;
}
.AnyTagClassName
{
color: #C2B979;
}
</style>
background-color css
<style>
a { background-color: #C2B979; }
a { background-color: rgb(194,185,121); }
div.DivClassName
{
background-color: #C2B979;
}
.BgClassName
{
background-color: #C2B979;
}
</style>
border-color css
<style>
span { border-color: #C2B979; }
span { border-color: rgb(194,185,121); }
td.TdClassName
{
border-color: #C2B979;
}
.TagClassName
{
border-color: #C2B979;
}
</style>