Shades of Yuma #C7B977
Tints of Yuma #C7B977
RGB
CMYK
RGB Variations
Color information
#C7B977 (or 0xC7B977) is known color: Yuma. HEX triplet: C7, B9 and 77. RGB value is (199,185,119). Sum of RGB (Red+Green+Blue) = 199+185+119=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B977 is #384688. Grayscale: #B5B5B5. Windows color (decimal): -3688073 or 7846343. OLE color: 7846343.
HSL color Cylindrical-coordinate representation of color #C7B977: hue angle of 49.5º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7B977 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 185 | 119 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.22 |
| HSL | 49.5º | 0.42% | 0.62% | - |
| HSV(B) | 49.5º | 0.4% | 0.78% | - |
| XYZ | 44.23 | 48.17 | 24.42 | - |
| YUV | 181.66 | 92.64 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 185 | 119 | 0 | 0.07 | 0.40 | 0.22 | 49.5 | 0.42 | 0.62 |
| Hex | C7 | B9 | 77 | 0 | 7 | 28 | 16 | 32 | 2A | 3E |
| Octal | 307 | 271 | 167 | 0 | 7 | 50 | 26 | 62 | 52 | 76 |
| Binary | 11000111 | 10111001 | 1110111 | 0 | 111 | 101000 | 10110 | 110010 | 101010 | 111110 |
Color Harmonies of #C7B977
Complementary color
Monochromatic Colors of #C7B977
Black with #C7B977
Text Example
Text Example
White with #C7B977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B977; }
p { color: rgb(199,185,119); }
H1.HeaderClassName
{
color: #C7B977;
}
.AnyTagClassName
{
color: #C7B977;
}
</style>
background-color css
<style>
a { background-color: #C7B977; }
a { background-color: rgb(199,185,119); }
div.DivClassName
{
background-color: #C7B977;
}
.BgClassName
{
background-color: #C7B977;
}
</style>
border-color css
<style>
span { border-color: #C7B977; }
span { border-color: rgb(199,185,119); }
td.TdClassName
{
border-color: #C7B977;
}
.TagClassName
{
border-color: #C7B977;
}
</style>