Shades of Yuma #C7BD7E
Tints of Yuma #C7BD7E
RGB
CMYK
RGB Variations
Color information
#C7BD7E (or 0xC7BD7E) is known color: Yuma. HEX triplet: C7, BD and 7E. RGB value is (199,189,126). Sum of RGB (Red+Green+Blue) = 199+189+126=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BD7E is #384281. Grayscale: #B9B9B9. Windows color (decimal): -3687042 or 8306119. OLE color: 8306119.
HSL color Cylindrical-coordinate representation of color #C7BD7E: hue angle of 51.78º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C7BD7E is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 189 | 126 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.22 |
| HSL | 51.78º | 0.39% | 0.64% | - |
| HSV(B) | 51.78º | 0.37% | 0.78% | - |
| XYZ | 45.52 | 50.04 | 27 | - |
| YUV | 184.81 | 94.81 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 126 | 0 | 0.05 | 0.37 | 0.22 | 51.78 | 0.39 | 0.64 |
| Hex | C7 | BD | 7E | 0 | 5 | 25 | 16 | 34 | 27 | 40 |
| Octal | 307 | 275 | 176 | 0 | 5 | 45 | 26 | 64 | 47 | 100 |
| Binary | 11000111 | 10111101 | 1111110 | 0 | 101 | 100101 | 10110 | 110100 | 100111 | 1000000 |
Color Harmonies of #C7BD7E
Complementary color
Monochromatic Colors of #C7BD7E
Black with #C7BD7E
Text Example
Text Example
White with #C7BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BD7E; }
p { color: rgb(199,189,126); }
H1.HeaderClassName
{
color: #C7BD7E;
}
.AnyTagClassName
{
color: #C7BD7E;
}
</style>
background-color css
<style>
a { background-color: #C7BD7E; }
a { background-color: rgb(199,189,126); }
div.DivClassName
{
background-color: #C7BD7E;
}
.BgClassName
{
background-color: #C7BD7E;
}
</style>
border-color css
<style>
span { border-color: #C7BD7E; }
span { border-color: rgb(199,189,126); }
td.TdClassName
{
border-color: #C7BD7E;
}
.TagClassName
{
border-color: #C7BD7E;
}
</style>