Shades of Yuma #C7B98B
Tints of Yuma #C7B98B
RGB
CMYK
RGB Variations
Color information
#C7B98B (or 0xC7B98B) is known color: Yuma. HEX triplet: C7, B9 and 8B. RGB value is (199,185,139). Sum of RGB (Red+Green+Blue) = 199+185+139=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B98B is #384674. Grayscale: #B8B8B8. Windows color (decimal): -3688053 or 9157063. OLE color: 9157063.
HSL color Cylindrical-coordinate representation of color #C7B98B: hue angle of 46º 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 #C7B98B is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 185 | 139 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.22 |
| HSL | 46º | 0.35% | 0.66% | - |
| HSV(B) | 46º | 0.3% | 0.78% | - |
| XYZ | 45.56 | 48.7 | 31.43 | - |
| YUV | 183.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 185 | 139 | 0 | 0.07 | 0.30 | 0.22 | 46 | 0.35 | 0.66 |
| Hex | C7 | B9 | 8B | 0 | 7 | 1E | 16 | 2E | 23 | 42 |
| Octal | 307 | 271 | 213 | 0 | 7 | 36 | 26 | 56 | 43 | 102 |
| Binary | 11000111 | 10111001 | 10001011 | 0 | 111 | 11110 | 10110 | 101110 | 100011 | 1000010 |
Color Harmonies of #C7B98B
Complementary color
Monochromatic Colors of #C7B98B
Black with #C7B98B
Text Example
Text Example
White with #C7B98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B98B; }
p { color: rgb(199,185,139); }
H1.HeaderClassName
{
color: #C7B98B;
}
.AnyTagClassName
{
color: #C7B98B;
}
</style>
background-color css
<style>
a { background-color: #C7B98B; }
a { background-color: rgb(199,185,139); }
div.DivClassName
{
background-color: #C7B98B;
}
.BgClassName
{
background-color: #C7B98B;
}
</style>
border-color css
<style>
span { border-color: #C7B98B; }
span { border-color: rgb(199,185,139); }
td.TdClassName
{
border-color: #C7B98B;
}
.TagClassName
{
border-color: #C7B98B;
}
</style>