Shades of Yuma #C7BF7C
Tints of Yuma #C7BF7C
RGB
CMYK
RGB Variations
Color information
#C7BF7C (or 0xC7BF7C) is known color: Yuma. HEX triplet: C7, BF and 7C. RGB value is (199,191,124). Sum of RGB (Red+Green+Blue) = 199+191+124=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BF7C is #384083. Grayscale: #BABABA. Windows color (decimal): -3686532 or 8175559. OLE color: 8175559.
HSL color Cylindrical-coordinate representation of color #C7BF7C: hue angle of 53.6º 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 #C7BF7C is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 191 | 124 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.22 |
| HSL | 53.6º | 0.4% | 0.63% | - |
| HSV(B) | 53.6º | 0.38% | 0.78% | - |
| XYZ | 45.82 | 50.86 | 26.47 | - |
| YUV | 185.75 | 93.15 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 124 | 0 | 0.04 | 0.38 | 0.22 | 53.6 | 0.4 | 0.63 |
| Hex | C7 | BF | 7C | 0 | 4 | 26 | 16 | 36 | 28 | 3F |
| Octal | 307 | 277 | 174 | 0 | 4 | 46 | 26 | 66 | 50 | 77 |
| Binary | 11000111 | 10111111 | 1111100 | 0 | 100 | 100110 | 10110 | 110110 | 101000 | 111111 |
Color Harmonies of #C7BF7C
Complementary color
Monochromatic Colors of #C7BF7C
Black with #C7BF7C
Text Example
Text Example
White with #C7BF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BF7C; }
p { color: rgb(199,191,124); }
H1.HeaderClassName
{
color: #C7BF7C;
}
.AnyTagClassName
{
color: #C7BF7C;
}
</style>
background-color css
<style>
a { background-color: #C7BF7C; }
a { background-color: rgb(199,191,124); }
div.DivClassName
{
background-color: #C7BF7C;
}
.BgClassName
{
background-color: #C7BF7C;
}
</style>
border-color css
<style>
span { border-color: #C7BF7C; }
span { border-color: rgb(199,191,124); }
td.TdClassName
{
border-color: #C7BF7C;
}
.TagClassName
{
border-color: #C7BF7C;
}
</style>