Shades of Yuma #C5B777
Tints of Yuma #C5B777
RGB
CMYK
RGB Variations
Color information
#C5B777 (or 0xC5B777) is known color: Yuma. HEX triplet: C5, B7 and 77. RGB value is (197,183,119). Sum of RGB (Red+Green+Blue) = 197+183+119=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B777 is #3A4888. Grayscale: #B4B4B4. Windows color (decimal): -3819657 or 7845829. OLE color: 7845829.
HSL color Cylindrical-coordinate representation of color #C5B777: hue angle of 49.23º 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 #C5B777 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 183 | 119 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.23 |
| HSL | 49.23º | 0.4% | 0.62% | - |
| HSV(B) | 49.23º | 0.4% | 0.77% | - |
| XYZ | 43.29 | 47.07 | 24.26 | - |
| YUV | 179.89 | 93.64 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 119 | 0 | 0.07 | 0.40 | 0.23 | 49.23 | 0.4 | 0.62 |
| Hex | C5 | B7 | 77 | 0 | 7 | 28 | 17 | 31 | 28 | 3E |
| Octal | 305 | 267 | 167 | 0 | 7 | 50 | 27 | 61 | 50 | 76 |
| Binary | 11000101 | 10110111 | 1110111 | 0 | 111 | 101000 | 10111 | 110001 | 101000 | 111110 |
Color Harmonies of #C5B777
Complementary color
Monochromatic Colors of #C5B777
Black with #C5B777
Text Example
Text Example
White with #C5B777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B777; }
p { color: rgb(197,183,119); }
H1.HeaderClassName
{
color: #C5B777;
}
.AnyTagClassName
{
color: #C5B777;
}
</style>
background-color css
<style>
a { background-color: #C5B777; }
a { background-color: rgb(197,183,119); }
div.DivClassName
{
background-color: #C5B777;
}
.BgClassName
{
background-color: #C5B777;
}
</style>
border-color css
<style>
span { border-color: #C5B777; }
span { border-color: rgb(197,183,119); }
td.TdClassName
{
border-color: #C5B777;
}
.TagClassName
{
border-color: #C5B777;
}
</style>