Shades of Yuma #C7B676
Tints of Yuma #C7B676
RGB
CMYK
RGB Variations
Color information
#C7B676 (or 0xC7B676) is known color: Yuma. HEX triplet: C7, B6 and 76. RGB value is (199,182,118). Sum of RGB (Red+Green+Blue) = 199+182+118=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B676 is #384989. Grayscale: #B4B4B4. Windows color (decimal): -3688842 or 7780039. OLE color: 7780039.
HSL color Cylindrical-coordinate representation of color #C7B676: hue angle of 47.41º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7B676 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 182 | 118 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.22 |
| HSL | 47.41º | 0.42% | 0.62% | - |
| HSV(B) | 47.41º | 0.41% | 0.78% | - |
| XYZ | 43.55 | 46.91 | 23.9 | - |
| YUV | 179.79 | 93.13 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 182 | 118 | 0 | 0.09 | 0.41 | 0.22 | 47.41 | 0.42 | 0.62 |
| Hex | C7 | B6 | 76 | 0 | 9 | 29 | 16 | 2F | 2A | 3E |
| Octal | 307 | 266 | 166 | 0 | 11 | 51 | 26 | 57 | 52 | 76 |
| Binary | 11000111 | 10110110 | 1110110 | 0 | 1001 | 101001 | 10110 | 101111 | 101010 | 111110 |
Color Harmonies of #C7B676
Complementary color
Monochromatic Colors of #C7B676
Black with #C7B676
Text Example
Text Example
White with #C7B676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B676; }
p { color: rgb(199,182,118); }
H1.HeaderClassName
{
color: #C7B676;
}
.AnyTagClassName
{
color: #C7B676;
}
</style>
background-color css
<style>
a { background-color: #C7B676; }
a { background-color: rgb(199,182,118); }
div.DivClassName
{
background-color: #C7B676;
}
.BgClassName
{
background-color: #C7B676;
}
</style>
border-color css
<style>
span { border-color: #C7B676; }
span { border-color: rgb(199,182,118); }
td.TdClassName
{
border-color: #C7B676;
}
.TagClassName
{
border-color: #C7B676;
}
</style>