Shades of Yuma #C7B98D
Tints of Yuma #C7B98D
RGB
CMYK
RGB Variations
Color information
#C7B98D (or 0xC7B98D) is known color: Yuma. HEX triplet: C7, B9 and 8D. RGB value is (199,185,141). Sum of RGB (Red+Green+Blue) = 199+185+141=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B98D is #384672. Grayscale: #B8B8B8. Windows color (decimal): -3688051 or 9288135. OLE color: 9288135.
HSL color Cylindrical-coordinate representation of color #C7B98D: hue angle of 45.52º 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 #C7B98D is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 185 | 141 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.22 |
| HSL | 45.52º | 0.34% | 0.67% | - |
| HSV(B) | 45.52º | 0.29% | 0.78% | - |
| XYZ | 45.71 | 48.76 | 32.2 | - |
| YUV | 184.17 | 103.64 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 185 | 141 | 0 | 0.07 | 0.29 | 0.22 | 45.52 | 0.34 | 0.67 |
| Hex | C7 | B9 | 8D | 0 | 7 | 1D | 16 | 2E | 22 | 43 |
| Octal | 307 | 271 | 215 | 0 | 7 | 35 | 26 | 56 | 42 | 103 |
| Binary | 11000111 | 10111001 | 10001101 | 0 | 111 | 11101 | 10110 | 101110 | 100010 | 1000011 |
Color Harmonies of #C7B98D
Complementary color
Monochromatic Colors of #C7B98D
Black with #C7B98D
Text Example
Text Example
White with #C7B98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B98D; }
p { color: rgb(199,185,141); }
H1.HeaderClassName
{
color: #C7B98D;
}
.AnyTagClassName
{
color: #C7B98D;
}
</style>
background-color css
<style>
a { background-color: #C7B98D; }
a { background-color: rgb(199,185,141); }
div.DivClassName
{
background-color: #C7B98D;
}
.BgClassName
{
background-color: #C7B98D;
}
</style>
border-color css
<style>
span { border-color: #C7B98D; }
span { border-color: rgb(199,185,141); }
td.TdClassName
{
border-color: #C7B98D;
}
.TagClassName
{
border-color: #C7B98D;
}
</style>