Shades of Yuma #C5B977
Tints of Yuma #C5B977
RGB
CMYK
RGB Variations
Color information
#C5B977 (or 0xC5B977) is known color: Yuma. HEX triplet: C5, B9 and 77. RGB value is (197,185,119). Sum of RGB (Red+Green+Blue) = 197+185+119=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B977 is #3A4688. Grayscale: #B5B5B5. Windows color (decimal): -3819145 or 7846341. OLE color: 7846341.
HSL color Cylindrical-coordinate representation of color #C5B977: hue angle of 50.77º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5B977 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 119 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.23 |
| HSL | 50.77º | 0.4% | 0.62% | - |
| HSV(B) | 50.77º | 0.4% | 0.77% | - |
| XYZ | 43.7 | 47.9 | 24.39 | - |
| YUV | 181.06 | 92.98 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 119 | 0 | 0.06 | 0.40 | 0.23 | 50.77 | 0.4 | 0.62 |
| Hex | C5 | B9 | 77 | 0 | 6 | 28 | 17 | 33 | 28 | 3E |
| Octal | 305 | 271 | 167 | 0 | 6 | 50 | 27 | 63 | 50 | 76 |
| Binary | 11000101 | 10111001 | 1110111 | 0 | 110 | 101000 | 10111 | 110011 | 101000 | 111110 |
Color Harmonies of #C5B977
Complementary color
Monochromatic Colors of #C5B977
Black with #C5B977
Text Example
Text Example
White with #C5B977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B977; }
p { color: rgb(197,185,119); }
H1.HeaderClassName
{
color: #C5B977;
}
.AnyTagClassName
{
color: #C5B977;
}
</style>
background-color css
<style>
a { background-color: #C5B977; }
a { background-color: rgb(197,185,119); }
div.DivClassName
{
background-color: #C5B977;
}
.BgClassName
{
background-color: #C5B977;
}
</style>
border-color css
<style>
span { border-color: #C5B977; }
span { border-color: rgb(197,185,119); }
td.TdClassName
{
border-color: #C5B977;
}
.TagClassName
{
border-color: #C5B977;
}
</style>