Shades of Yuma #C7B98E
Tints of Yuma #C7B98E
RGB
CMYK
RGB Variations
Color information
#C7B98E (or 0xC7B98E) is known color: Yuma. HEX triplet: C7, B9 and 8E. RGB value is (199,185,142). Sum of RGB (Red+Green+Blue) = 199+185+142=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B98E is #384671. Grayscale: #B8B8B8. Windows color (decimal): -3688050 or 9353671. OLE color: 9353671.
HSL color Cylindrical-coordinate representation of color #C7B98E: hue angle of 45.26º 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 #C7B98E is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 185 | 142 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.22 |
| HSL | 45.26º | 0.34% | 0.67% | - |
| HSV(B) | 45.26º | 0.29% | 0.78% | - |
| XYZ | 45.78 | 48.79 | 32.6 | - |
| YUV | 184.28 | 104.14 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 185 | 142 | 0 | 0.07 | 0.29 | 0.22 | 45.26 | 0.34 | 0.67 |
| Hex | C7 | B9 | 8E | 0 | 7 | 1D | 16 | 2D | 22 | 43 |
| Octal | 307 | 271 | 216 | 0 | 7 | 35 | 26 | 55 | 42 | 103 |
| Binary | 11000111 | 10111001 | 10001110 | 0 | 111 | 11101 | 10110 | 101101 | 100010 | 1000011 |
Color Harmonies of #C7B98E
Complementary color
Monochromatic Colors of #C7B98E
Black with #C7B98E
Text Example
Text Example
White with #C7B98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B98E; }
p { color: rgb(199,185,142); }
H1.HeaderClassName
{
color: #C7B98E;
}
.AnyTagClassName
{
color: #C7B98E;
}
</style>
background-color css
<style>
a { background-color: #C7B98E; }
a { background-color: rgb(199,185,142); }
div.DivClassName
{
background-color: #C7B98E;
}
.BgClassName
{
background-color: #C7B98E;
}
</style>
border-color css
<style>
span { border-color: #C7B98E; }
span { border-color: rgb(199,185,142); }
td.TdClassName
{
border-color: #C7B98E;
}
.TagClassName
{
border-color: #C7B98E;
}
</style>