Shades of Yuma #C2B681
Tints of Yuma #C2B681
RGB
CMYK
RGB Variations
Color information
#C2B681 (or 0xC2B681) is known color: Yuma. HEX triplet: C2, B6 and 81. RGB value is (194,182,129). Sum of RGB (Red+Green+Blue) = 194+182+129=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B681 is #3D497E. Grayscale: #B3B3B3. Windows color (decimal): -4016511 or 8500930. OLE color: 8500930.
HSL color Cylindrical-coordinate representation of color #C2B681: hue angle of 48.92º 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 #C2B681 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 129 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.24 |
| HSL | 48.92º | 0.35% | 0.63% | - |
| HSV(B) | 48.92º | 0.34% | 0.76% | - |
| XYZ | 42.94 | 46.51 | 27.48 | - |
| YUV | 179.55 | 99.48 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 129 | 0 | 0.06 | 0.34 | 0.24 | 48.92 | 0.35 | 0.63 |
| Hex | C2 | B6 | 81 | 0 | 6 | 22 | 18 | 31 | 23 | 3F |
| Octal | 302 | 266 | 201 | 0 | 6 | 42 | 30 | 61 | 43 | 77 |
| Binary | 11000010 | 10110110 | 10000001 | 0 | 110 | 100010 | 11000 | 110001 | 100011 | 111111 |
Color Harmonies of #C2B681
Complementary color
Monochromatic Colors of #C2B681
Black with #C2B681
Text Example
Text Example
White with #C2B681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B681; }
p { color: rgb(194,182,129); }
H1.HeaderClassName
{
color: #C2B681;
}
.AnyTagClassName
{
color: #C2B681;
}
</style>
background-color css
<style>
a { background-color: #C2B681; }
a { background-color: rgb(194,182,129); }
div.DivClassName
{
background-color: #C2B681;
}
.BgClassName
{
background-color: #C2B681;
}
</style>
border-color css
<style>
span { border-color: #C2B681; }
span { border-color: rgb(194,182,129); }
td.TdClassName
{
border-color: #C2B681;
}
.TagClassName
{
border-color: #C2B681;
}
</style>