Shades of Yuma #C7B879
Tints of Yuma #C7B879
RGB
CMYK
RGB Variations
Color information
#C7B879 (or 0xC7B879) is known color: Yuma. HEX triplet: C7, B8 and 79. RGB value is (199,184,121). Sum of RGB (Red+Green+Blue) = 199+184+121=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B879 is #384786. Grayscale: #B5B5B5. Windows color (decimal): -3688327 or 7977159. OLE color: 7977159.
HSL color Cylindrical-coordinate representation of color #C7B879: hue angle of 48.46º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C7B879 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 184 | 121 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.22 |
| HSL | 48.46º | 0.41% | 0.63% | - |
| HSV(B) | 48.46º | 0.39% | 0.78% | - |
| XYZ | 44.14 | 47.8 | 24.99 | - |
| YUV | 181.3 | 93.97 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 184 | 121 | 0 | 0.08 | 0.39 | 0.22 | 48.46 | 0.41 | 0.63 |
| Hex | C7 | B8 | 79 | 0 | 8 | 27 | 16 | 30 | 29 | 3F |
| Octal | 307 | 270 | 171 | 0 | 10 | 47 | 26 | 60 | 51 | 77 |
| Binary | 11000111 | 10111000 | 1111001 | 0 | 1000 | 100111 | 10110 | 110000 | 101001 | 111111 |
Color Harmonies of #C7B879
Complementary color
Monochromatic Colors of #C7B879
Black with #C7B879
Text Example
Text Example
White with #C7B879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B879; }
p { color: rgb(199,184,121); }
H1.HeaderClassName
{
color: #C7B879;
}
.AnyTagClassName
{
color: #C7B879;
}
</style>
background-color css
<style>
a { background-color: #C7B879; }
a { background-color: rgb(199,184,121); }
div.DivClassName
{
background-color: #C7B879;
}
.BgClassName
{
background-color: #C7B879;
}
</style>
border-color css
<style>
span { border-color: #C7B879; }
span { border-color: rgb(199,184,121); }
td.TdClassName
{
border-color: #C7B879;
}
.TagClassName
{
border-color: #C7B879;
}
</style>