Shades of Yuma #C7B582
Tints of Yuma #C7B582
RGB
CMYK
RGB Variations
Color information
#C7B582 (or 0xC7B582) is known color: Yuma. HEX triplet: C7, B5 and 82. RGB value is (199,181,130). Sum of RGB (Red+Green+Blue) = 199+181+130=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B582 is #384A7D. Grayscale: #B4B4B4. Windows color (decimal): -3689086 or 8566215. OLE color: 8566215.
HSL color Cylindrical-coordinate representation of color #C7B582: hue angle of 44.35º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C7B582 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 181 | 130 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.22 |
| HSL | 44.35º | 0.38% | 0.65% | - |
| HSV(B) | 44.35º | 0.35% | 0.78% | - |
| XYZ | 44.11 | 46.8 | 27.83 | - |
| YUV | 180.57 | 99.46 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 130 | 0 | 0.09 | 0.35 | 0.22 | 44.35 | 0.38 | 0.65 |
| Hex | C7 | B5 | 82 | 0 | 9 | 23 | 16 | 2C | 26 | 41 |
| Octal | 307 | 265 | 202 | 0 | 11 | 43 | 26 | 54 | 46 | 101 |
| Binary | 11000111 | 10110101 | 10000010 | 0 | 1001 | 100011 | 10110 | 101100 | 100110 | 1000001 |
Color Harmonies of #C7B582
Complementary color
Monochromatic Colors of #C7B582
Black with #C7B582
Text Example
Text Example
White with #C7B582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B582; }
p { color: rgb(199,181,130); }
H1.HeaderClassName
{
color: #C7B582;
}
.AnyTagClassName
{
color: #C7B582;
}
</style>
background-color css
<style>
a { background-color: #C7B582; }
a { background-color: rgb(199,181,130); }
div.DivClassName
{
background-color: #C7B582;
}
.BgClassName
{
background-color: #C7B582;
}
</style>
border-color css
<style>
span { border-color: #C7B582; }
span { border-color: rgb(199,181,130); }
td.TdClassName
{
border-color: #C7B582;
}
.TagClassName
{
border-color: #C7B582;
}
</style>