Shades of Yuma #C2B982
Tints of Yuma #C2B982
RGB
CMYK
RGB Variations
Color information
#C2B982 (or 0xC2B982) is known color: Yuma. HEX triplet: C2, B9 and 82. RGB value is (194,185,130). Sum of RGB (Red+Green+Blue) = 194+185+130=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B982 is #3D467D. Grayscale: #B5B5B5. Windows color (decimal): -4015742 or 8567234. OLE color: 8567234.
HSL color Cylindrical-coordinate representation of color #C2B982: hue angle of 51.56º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2B982 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 130 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.24 |
| HSL | 51.56º | 0.34% | 0.64% | - |
| HSV(B) | 51.56º | 0.33% | 0.76% | - |
| XYZ | 43.63 | 47.78 | 28.04 | - |
| YUV | 181.42 | 98.98 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 130 | 0 | 0.05 | 0.33 | 0.24 | 51.56 | 0.34 | 0.64 |
| Hex | C2 | B9 | 82 | 0 | 5 | 21 | 18 | 34 | 22 | 40 |
| Octal | 302 | 271 | 202 | 0 | 5 | 41 | 30 | 64 | 42 | 100 |
| Binary | 11000010 | 10111001 | 10000010 | 0 | 101 | 100001 | 11000 | 110100 | 100010 | 1000000 |
Color Harmonies of #C2B982
Complementary color
Monochromatic Colors of #C2B982
Black with #C2B982
Text Example
Text Example
White with #C2B982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B982; }
p { color: rgb(194,185,130); }
H1.HeaderClassName
{
color: #C2B982;
}
.AnyTagClassName
{
color: #C2B982;
}
</style>
background-color css
<style>
a { background-color: #C2B982; }
a { background-color: rgb(194,185,130); }
div.DivClassName
{
background-color: #C2B982;
}
.BgClassName
{
background-color: #C2B982;
}
</style>
border-color css
<style>
span { border-color: #C2B982; }
span { border-color: rgb(194,185,130); }
td.TdClassName
{
border-color: #C2B982;
}
.TagClassName
{
border-color: #C2B982;
}
</style>