Shades of Yuma #C5BB77
Tints of Yuma #C5BB77
RGB
CMYK
RGB Variations
Color information
#C5BB77 (or 0xC5BB77) is known color: Yuma. HEX triplet: C5, BB and 77. RGB value is (197,187,119). Sum of RGB (Red+Green+Blue) = 197+187+119=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BB77 is #3A4488. Grayscale: #B6B6B6. Windows color (decimal): -3818633 or 7846853. OLE color: 7846853.
HSL color Cylindrical-coordinate representation of color #C5BB77: hue angle of 52.31º 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 #C5BB77 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 187 | 119 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.23 |
| HSL | 52.31º | 0.4% | 0.62% | - |
| HSV(B) | 52.31º | 0.4% | 0.77% | - |
| XYZ | 44.13 | 48.74 | 24.54 | - |
| YUV | 182.24 | 92.31 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 119 | 0 | 0.05 | 0.40 | 0.23 | 52.31 | 0.4 | 0.62 |
| Hex | C5 | BB | 77 | 0 | 5 | 28 | 17 | 34 | 28 | 3E |
| Octal | 305 | 273 | 167 | 0 | 5 | 50 | 27 | 64 | 50 | 76 |
| Binary | 11000101 | 10111011 | 1110111 | 0 | 101 | 101000 | 10111 | 110100 | 101000 | 111110 |
Color Harmonies of #C5BB77
Complementary color
Monochromatic Colors of #C5BB77
Black with #C5BB77
Text Example
Text Example
White with #C5BB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BB77; }
p { color: rgb(197,187,119); }
H1.HeaderClassName
{
color: #C5BB77;
}
.AnyTagClassName
{
color: #C5BB77;
}
</style>
background-color css
<style>
a { background-color: #C5BB77; }
a { background-color: rgb(197,187,119); }
div.DivClassName
{
background-color: #C5BB77;
}
.BgClassName
{
background-color: #C5BB77;
}
</style>
border-color css
<style>
span { border-color: #C5BB77; }
span { border-color: rgb(197,187,119); }
td.TdClassName
{
border-color: #C5BB77;
}
.TagClassName
{
border-color: #C5BB77;
}
</style>