Shades of Yuma #C4BA77
Tints of Yuma #C4BA77
RGB
CMYK
RGB Variations
Color information
#C4BA77 (or 0xC4BA77) is known color: Yuma. HEX triplet: C4, BA and 77. RGB value is (196,186,119). Sum of RGB (Red+Green+Blue) = 196+186+119=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA77 is #3B4588. Grayscale: #B5B5B5. Windows color (decimal): -3884425 or 7846596. OLE color: 7846596.
HSL color Cylindrical-coordinate representation of color #C4BA77: hue angle of 52.21º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C4BA77 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 119 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.23 |
| HSL | 52.21º | 0.39% | 0.62% | - |
| HSV(B) | 52.21º | 0.39% | 0.77% | - |
| XYZ | 43.65 | 48.19 | 24.45 | - |
| YUV | 181.35 | 92.81 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 119 | 0 | 0.05 | 0.39 | 0.23 | 52.21 | 0.39 | 0.62 |
| Hex | C4 | BA | 77 | 0 | 5 | 27 | 17 | 34 | 27 | 3E |
| Octal | 304 | 272 | 167 | 0 | 5 | 47 | 27 | 64 | 47 | 76 |
| Binary | 11000100 | 10111010 | 1110111 | 0 | 101 | 100111 | 10111 | 110100 | 100111 | 111110 |
Color Harmonies of #C4BA77
Complementary color
Monochromatic Colors of #C4BA77
Black with #C4BA77
Text Example
Text Example
White with #C4BA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA77; }
p { color: rgb(196,186,119); }
H1.HeaderClassName
{
color: #C4BA77;
}
.AnyTagClassName
{
color: #C4BA77;
}
</style>
background-color css
<style>
a { background-color: #C4BA77; }
a { background-color: rgb(196,186,119); }
div.DivClassName
{
background-color: #C4BA77;
}
.BgClassName
{
background-color: #C4BA77;
}
</style>
border-color css
<style>
span { border-color: #C4BA77; }
span { border-color: rgb(196,186,119); }
td.TdClassName
{
border-color: #C4BA77;
}
.TagClassName
{
border-color: #C4BA77;
}
</style>