Shades of Yuma #C7BC7C
Tints of Yuma #C7BC7C
RGB
CMYK
RGB Variations
Color information
#C7BC7C (or 0xC7BC7C) is known color: Yuma. HEX triplet: C7, BC and 7C. RGB value is (199,188,124). Sum of RGB (Red+Green+Blue) = 199+188+124=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BC7C is #384383. Grayscale: #B8B8B8. Windows color (decimal): -3687300 or 8174791. OLE color: 8174791.
HSL color Cylindrical-coordinate representation of color #C7BC7C: hue angle of 51.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C7BC7C is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 188 | 124 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.22 |
| HSL | 51.2º | 0.4% | 0.63% | - |
| HSV(B) | 51.2º | 0.38% | 0.78% | - |
| XYZ | 45.17 | 49.56 | 26.25 | - |
| YUV | 183.99 | 94.14 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 124 | 0 | 0.06 | 0.38 | 0.22 | 51.2 | 0.4 | 0.63 |
| Hex | C7 | BC | 7C | 0 | 6 | 26 | 16 | 33 | 28 | 3F |
| Octal | 307 | 274 | 174 | 0 | 6 | 46 | 26 | 63 | 50 | 77 |
| Binary | 11000111 | 10111100 | 1111100 | 0 | 110 | 100110 | 10110 | 110011 | 101000 | 111111 |
Color Harmonies of #C7BC7C
Complementary color
Monochromatic Colors of #C7BC7C
Black with #C7BC7C
Text Example
Text Example
White with #C7BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BC7C; }
p { color: rgb(199,188,124); }
H1.HeaderClassName
{
color: #C7BC7C;
}
.AnyTagClassName
{
color: #C7BC7C;
}
</style>
background-color css
<style>
a { background-color: #C7BC7C; }
a { background-color: rgb(199,188,124); }
div.DivClassName
{
background-color: #C7BC7C;
}
.BgClassName
{
background-color: #C7BC7C;
}
</style>
border-color css
<style>
span { border-color: #C7BC7C; }
span { border-color: rgb(199,188,124); }
td.TdClassName
{
border-color: #C7BC7C;
}
.TagClassName
{
border-color: #C7BC7C;
}
</style>