Shades of Yuma #C7BE8D
Tints of Yuma #C7BE8D
RGB
CMYK
RGB Variations
Color information
#C7BE8D (or 0xC7BE8D) is known color: Yuma. HEX triplet: C7, BE and 8D. RGB value is (199,190,141). Sum of RGB (Red+Green+Blue) = 199+190+141=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BE8D is #384172. Grayscale: #BBBBBB. Windows color (decimal): -3686771 or 9289415. OLE color: 9289415.
HSL color Cylindrical-coordinate representation of color #C7BE8D: hue angle of 50.69º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7BE8D is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 190 | 141 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.22 |
| HSL | 50.69º | 0.34% | 0.67% | - |
| HSV(B) | 50.69º | 0.29% | 0.78% | - |
| XYZ | 46.77 | 50.89 | 32.56 | - |
| YUV | 187.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 190 | 141 | 0 | 0.05 | 0.29 | 0.22 | 50.69 | 0.34 | 0.67 |
| Hex | C7 | BE | 8D | 0 | 5 | 1D | 16 | 33 | 22 | 43 |
| Octal | 307 | 276 | 215 | 0 | 5 | 35 | 26 | 63 | 42 | 103 |
| Binary | 11000111 | 10111110 | 10001101 | 0 | 101 | 11101 | 10110 | 110011 | 100010 | 1000011 |
Color Harmonies of #C7BE8D
Complementary color
Monochromatic Colors of #C7BE8D
Black with #C7BE8D
Text Example
Text Example
White with #C7BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BE8D; }
p { color: rgb(199,190,141); }
H1.HeaderClassName
{
color: #C7BE8D;
}
.AnyTagClassName
{
color: #C7BE8D;
}
</style>
background-color css
<style>
a { background-color: #C7BE8D; }
a { background-color: rgb(199,190,141); }
div.DivClassName
{
background-color: #C7BE8D;
}
.BgClassName
{
background-color: #C7BE8D;
}
</style>
border-color css
<style>
span { border-color: #C7BE8D; }
span { border-color: rgb(199,190,141); }
td.TdClassName
{
border-color: #C7BE8D;
}
.TagClassName
{
border-color: #C7BE8D;
}
</style>