Shades of Yuma #C7BE8B
Tints of Yuma #C7BE8B
RGB
CMYK
RGB Variations
Color information
#C7BE8B (or 0xC7BE8B) is known color: Yuma. HEX triplet: C7, BE and 8B. RGB value is (199,190,139). Sum of RGB (Red+Green+Blue) = 199+190+139=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BE8B is #384174. Grayscale: #BBBBBB. Windows color (decimal): -3686773 or 9158343. OLE color: 9158343.
HSL color Cylindrical-coordinate representation of color #C7BE8B: hue angle of 51º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7BE8B is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 190 | 139 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.22 |
| HSL | 51º | 0.35% | 0.66% | - |
| HSV(B) | 51º | 0.3% | 0.78% | - |
| XYZ | 46.63 | 50.83 | 31.78 | - |
| YUV | 186.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 190 | 139 | 0 | 0.05 | 0.30 | 0.22 | 51 | 0.35 | 0.66 |
| Hex | C7 | BE | 8B | 0 | 5 | 1E | 16 | 33 | 23 | 42 |
| Octal | 307 | 276 | 213 | 0 | 5 | 36 | 26 | 63 | 43 | 102 |
| Binary | 11000111 | 10111110 | 10001011 | 0 | 101 | 11110 | 10110 | 110011 | 100011 | 1000010 |
Color Harmonies of #C7BE8B
Complementary color
Monochromatic Colors of #C7BE8B
Black with #C7BE8B
Text Example
Text Example
White with #C7BE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BE8B; }
p { color: rgb(199,190,139); }
H1.HeaderClassName
{
color: #C7BE8B;
}
.AnyTagClassName
{
color: #C7BE8B;
}
</style>
background-color css
<style>
a { background-color: #C7BE8B; }
a { background-color: rgb(199,190,139); }
div.DivClassName
{
background-color: #C7BE8B;
}
.BgClassName
{
background-color: #C7BE8B;
}
</style>
border-color css
<style>
span { border-color: #C7BE8B; }
span { border-color: rgb(199,190,139); }
td.TdClassName
{
border-color: #C7BE8B;
}
.TagClassName
{
border-color: #C7BE8B;
}
</style>