Shades of Yuma #C2B981
Tints of Yuma #C2B981
RGB
CMYK
RGB Variations
Color information
#C2B981 (or 0xC2B981) is known color: Yuma. HEX triplet: C2, B9 and 81. RGB value is (194,185,129). Sum of RGB (Red+Green+Blue) = 194+185+129=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B981 is #3D467E. Grayscale: #B5B5B5. Windows color (decimal): -4015743 or 8501698. OLE color: 8501698.
HSL color Cylindrical-coordinate representation of color #C2B981: hue angle of 51.69º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2B981 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 129 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.24 |
| HSL | 51.69º | 0.35% | 0.63% | - |
| HSV(B) | 51.69º | 0.34% | 0.76% | - |
| XYZ | 43.56 | 47.75 | 27.69 | - |
| YUV | 181.31 | 98.48 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 129 | 0 | 0.05 | 0.34 | 0.24 | 51.69 | 0.35 | 0.63 |
| Hex | C2 | B9 | 81 | 0 | 5 | 22 | 18 | 34 | 23 | 3F |
| Octal | 302 | 271 | 201 | 0 | 5 | 42 | 30 | 64 | 43 | 77 |
| Binary | 11000010 | 10111001 | 10000001 | 0 | 101 | 100010 | 11000 | 110100 | 100011 | 111111 |
Color Harmonies of #C2B981
Complementary color
Monochromatic Colors of #C2B981
Black with #C2B981
Text Example
Text Example
White with #C2B981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B981; }
p { color: rgb(194,185,129); }
H1.HeaderClassName
{
color: #C2B981;
}
.AnyTagClassName
{
color: #C2B981;
}
</style>
background-color css
<style>
a { background-color: #C2B981; }
a { background-color: rgb(194,185,129); }
div.DivClassName
{
background-color: #C2B981;
}
.BgClassName
{
background-color: #C2B981;
}
</style>
border-color css
<style>
span { border-color: #C2B981; }
span { border-color: rgb(194,185,129); }
td.TdClassName
{
border-color: #C2B981;
}
.TagClassName
{
border-color: #C2B981;
}
</style>