Shades of Yuma #C7B782
Tints of Yuma #C7B782
RGB
CMYK
RGB Variations
Color information
#C7B782 (or 0xC7B782) is known color: Yuma. HEX triplet: C7, B7 and 82. RGB value is (199,183,130). Sum of RGB (Red+Green+Blue) = 199+183+130=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B782 is #38487D. Grayscale: #B5B5B5. Windows color (decimal): -3688574 or 8566727. OLE color: 8566727.
HSL color Cylindrical-coordinate representation of color #C7B782: hue angle of 46.09º 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 #C7B782 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 183 | 130 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.22 |
| HSL | 46.09º | 0.38% | 0.65% | - |
| HSV(B) | 46.09º | 0.35% | 0.78% | - |
| XYZ | 44.52 | 47.62 | 27.96 | - |
| YUV | 181.74 | 98.8 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 130 | 0 | 0.08 | 0.35 | 0.22 | 46.09 | 0.38 | 0.65 |
| Hex | C7 | B7 | 82 | 0 | 8 | 23 | 16 | 2E | 26 | 41 |
| Octal | 307 | 267 | 202 | 0 | 10 | 43 | 26 | 56 | 46 | 101 |
| Binary | 11000111 | 10110111 | 10000010 | 0 | 1000 | 100011 | 10110 | 101110 | 100110 | 1000001 |
Color Harmonies of #C7B782
Complementary color
Monochromatic Colors of #C7B782
Black with #C7B782
Text Example
Text Example
White with #C7B782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B782; }
p { color: rgb(199,183,130); }
H1.HeaderClassName
{
color: #C7B782;
}
.AnyTagClassName
{
color: #C7B782;
}
</style>
background-color css
<style>
a { background-color: #C7B782; }
a { background-color: rgb(199,183,130); }
div.DivClassName
{
background-color: #C7B782;
}
.BgClassName
{
background-color: #C7B782;
}
</style>
border-color css
<style>
span { border-color: #C7B782; }
span { border-color: rgb(199,183,130); }
td.TdClassName
{
border-color: #C7B782;
}
.TagClassName
{
border-color: #C7B782;
}
</style>