Shades of Yuma #C7B682
Tints of Yuma #C7B682
RGB
CMYK
RGB Variations
Color information
#C7B682 (or 0xC7B682) is known color: Yuma. HEX triplet: C7, B6 and 82. RGB value is (199,182,130). Sum of RGB (Red+Green+Blue) = 199+182+130=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B682 is #38497D. Grayscale: #B5B5B5. Windows color (decimal): -3688830 or 8566471. OLE color: 8566471.
HSL color Cylindrical-coordinate representation of color #C7B682: hue angle of 45.22º 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 #C7B682 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 182 | 130 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.22 |
| HSL | 45.22º | 0.38% | 0.65% | - |
| HSV(B) | 45.22º | 0.35% | 0.78% | - |
| XYZ | 44.31 | 47.21 | 27.9 | - |
| YUV | 181.16 | 99.13 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 182 | 130 | 0 | 0.09 | 0.35 | 0.22 | 45.22 | 0.38 | 0.65 |
| Hex | C7 | B6 | 82 | 0 | 9 | 23 | 16 | 2D | 26 | 41 |
| Octal | 307 | 266 | 202 | 0 | 11 | 43 | 26 | 55 | 46 | 101 |
| Binary | 11000111 | 10110110 | 10000010 | 0 | 1001 | 100011 | 10110 | 101101 | 100110 | 1000001 |
Color Harmonies of #C7B682
Complementary color
Monochromatic Colors of #C7B682
Black with #C7B682
Text Example
Text Example
White with #C7B682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B682; }
p { color: rgb(199,182,130); }
H1.HeaderClassName
{
color: #C7B682;
}
.AnyTagClassName
{
color: #C7B682;
}
</style>
background-color css
<style>
a { background-color: #C7B682; }
a { background-color: rgb(199,182,130); }
div.DivClassName
{
background-color: #C7B682;
}
.BgClassName
{
background-color: #C7B682;
}
</style>
border-color css
<style>
span { border-color: #C7B682; }
span { border-color: rgb(199,182,130); }
td.TdClassName
{
border-color: #C7B682;
}
.TagClassName
{
border-color: #C7B682;
}
</style>