Shades of Yuma #C2BA7A
Tints of Yuma #C2BA7A
RGB
CMYK
RGB Variations
Color information
#C2BA7A (or 0xC2BA7A) is known color: Yuma. HEX triplet: C2, BA and 7A. RGB value is (194,186,122). Sum of RGB (Red+Green+Blue) = 194+186+122=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BA7A is #3D4585. Grayscale: #B5B5B5. Windows color (decimal): -4015494 or 8043202. OLE color: 8043202.
HSL color Cylindrical-coordinate representation of color #C2BA7A: hue angle of 53.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2BA7A is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 122 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.24 |
| HSL | 53.33º | 0.37% | 0.62% | - |
| HSV(B) | 53.33º | 0.37% | 0.76% | - |
| XYZ | 43.32 | 47.99 | 25.39 | - |
| YUV | 181.1 | 94.65 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 122 | 0 | 0.04 | 0.37 | 0.24 | 53.33 | 0.37 | 0.62 |
| Hex | C2 | BA | 7A | 0 | 4 | 25 | 18 | 35 | 25 | 3E |
| Octal | 302 | 272 | 172 | 0 | 4 | 45 | 30 | 65 | 45 | 76 |
| Binary | 11000010 | 10111010 | 1111010 | 0 | 100 | 100101 | 11000 | 110101 | 100101 | 111110 |
Color Harmonies of #C2BA7A
Complementary color
Monochromatic Colors of #C2BA7A
Black with #C2BA7A
Text Example
Text Example
White with #C2BA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA7A; }
p { color: rgb(194,186,122); }
H1.HeaderClassName
{
color: #C2BA7A;
}
.AnyTagClassName
{
color: #C2BA7A;
}
</style>
background-color css
<style>
a { background-color: #C2BA7A; }
a { background-color: rgb(194,186,122); }
div.DivClassName
{
background-color: #C2BA7A;
}
.BgClassName
{
background-color: #C2BA7A;
}
</style>
border-color css
<style>
span { border-color: #C2BA7A; }
span { border-color: rgb(194,186,122); }
td.TdClassName
{
border-color: #C2BA7A;
}
.TagClassName
{
border-color: #C2BA7A;
}
</style>