Shades of Yuma #C2BA7D
Tints of Yuma #C2BA7D
RGB
CMYK
RGB Variations
Color information
#C2BA7D (or 0xC2BA7D) is known color: Yuma. HEX triplet: C2, BA and 7D. RGB value is (194,186,125). Sum of RGB (Red+Green+Blue) = 194+186+125=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BA7D is #3D4582. Grayscale: #B5B5B5. Windows color (decimal): -4015491 or 8239810. OLE color: 8239810.
HSL color Cylindrical-coordinate representation of color #C2BA7D: hue angle of 53.04º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2BA7D is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 125 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.24 |
| HSL | 53.04º | 0.36% | 0.63% | - |
| HSV(B) | 53.04º | 0.36% | 0.76% | - |
| XYZ | 43.51 | 48.07 | 26.39 | - |
| YUV | 181.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 125 | 0 | 0.04 | 0.36 | 0.24 | 53.04 | 0.36 | 0.63 |
| Hex | C2 | BA | 7D | 0 | 4 | 24 | 18 | 35 | 24 | 3F |
| Octal | 302 | 272 | 175 | 0 | 4 | 44 | 30 | 65 | 44 | 77 |
| Binary | 11000010 | 10111010 | 1111101 | 0 | 100 | 100100 | 11000 | 110101 | 100100 | 111111 |
Color Harmonies of #C2BA7D
Complementary color
Monochromatic Colors of #C2BA7D
Black with #C2BA7D
Text Example
Text Example
White with #C2BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA7D; }
p { color: rgb(194,186,125); }
H1.HeaderClassName
{
color: #C2BA7D;
}
.AnyTagClassName
{
color: #C2BA7D;
}
</style>
background-color css
<style>
a { background-color: #C2BA7D; }
a { background-color: rgb(194,186,125); }
div.DivClassName
{
background-color: #C2BA7D;
}
.BgClassName
{
background-color: #C2BA7D;
}
</style>
border-color css
<style>
span { border-color: #C2BA7D; }
span { border-color: rgb(194,186,125); }
td.TdClassName
{
border-color: #C2BA7D;
}
.TagClassName
{
border-color: #C2BA7D;
}
</style>