Shades of Yuma #C7B777
Tints of Yuma #C7B777
RGB
CMYK
RGB Variations
Color information
#C7B777 (or 0xC7B777) is known color: Yuma. HEX triplet: C7, B7 and 77. RGB value is (199,183,119). Sum of RGB (Red+Green+Blue) = 199+183+119=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B777 is #384888. Grayscale: #B4B4B4. Windows color (decimal): -3688585 or 7845831. OLE color: 7845831.
HSL color Cylindrical-coordinate representation of color #C7B777: hue angle of 48º 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 #C7B777 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 183 | 119 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.22 |
| HSL | 48º | 0.42% | 0.62% | - |
| HSV(B) | 48º | 0.4% | 0.78% | - |
| XYZ | 43.82 | 47.34 | 24.28 | - |
| YUV | 180.49 | 93.3 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 119 | 0 | 0.08 | 0.40 | 0.22 | 48 | 0.42 | 0.62 |
| Hex | C7 | B7 | 77 | 0 | 8 | 28 | 16 | 30 | 2A | 3E |
| Octal | 307 | 267 | 167 | 0 | 10 | 50 | 26 | 60 | 52 | 76 |
| Binary | 11000111 | 10110111 | 1110111 | 0 | 1000 | 101000 | 10110 | 110000 | 101010 | 111110 |
Color Harmonies of #C7B777
Complementary color
Monochromatic Colors of #C7B777
Black with #C7B777
Text Example
Text Example
White with #C7B777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B777; }
p { color: rgb(199,183,119); }
H1.HeaderClassName
{
color: #C7B777;
}
.AnyTagClassName
{
color: #C7B777;
}
</style>
background-color css
<style>
a { background-color: #C7B777; }
a { background-color: rgb(199,183,119); }
div.DivClassName
{
background-color: #C7B777;
}
.BgClassName
{
background-color: #C7B777;
}
</style>
border-color css
<style>
span { border-color: #C7B777; }
span { border-color: rgb(199,183,119); }
td.TdClassName
{
border-color: #C7B777;
}
.TagClassName
{
border-color: #C7B777;
}
</style>