Shades of Yuma #C7B58B
Tints of Yuma #C7B58B
RGB
CMYK
RGB Variations
Color information
#C7B58B (or 0xC7B58B) is known color: Yuma. HEX triplet: C7, B5 and 8B. RGB value is (199,181,139). Sum of RGB (Red+Green+Blue) = 199+181+139=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B58B is #384A74. Grayscale: #B5B5B5. Windows color (decimal): -3689077 or 9156039. OLE color: 9156039.
HSL color Cylindrical-coordinate representation of color #C7B58B: hue angle of 42º 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 #C7B58B is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 181 | 139 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.22 |
| HSL | 42º | 0.35% | 0.66% | - |
| HSV(B) | 42º | 0.3% | 0.78% | - |
| XYZ | 44.74 | 47.05 | 31.15 | - |
| YUV | 181.59 | 103.96 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 139 | 0 | 0.09 | 0.30 | 0.22 | 42 | 0.35 | 0.66 |
| Hex | C7 | B5 | 8B | 0 | 9 | 1E | 16 | 2A | 23 | 42 |
| Octal | 307 | 265 | 213 | 0 | 11 | 36 | 26 | 52 | 43 | 102 |
| Binary | 11000111 | 10110101 | 10001011 | 0 | 1001 | 11110 | 10110 | 101010 | 100011 | 1000010 |
Color Harmonies of #C7B58B
Complementary color
Monochromatic Colors of #C7B58B
Black with #C7B58B
Text Example
Text Example
White with #C7B58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B58B; }
p { color: rgb(199,181,139); }
H1.HeaderClassName
{
color: #C7B58B;
}
.AnyTagClassName
{
color: #C7B58B;
}
</style>
background-color css
<style>
a { background-color: #C7B58B; }
a { background-color: rgb(199,181,139); }
div.DivClassName
{
background-color: #C7B58B;
}
.BgClassName
{
background-color: #C7B58B;
}
</style>
border-color css
<style>
span { border-color: #C7B58B; }
span { border-color: rgb(199,181,139); }
td.TdClassName
{
border-color: #C7B58B;
}
.TagClassName
{
border-color: #C7B58B;
}
</style>