Shades of Yuma #C7B67C
Tints of Yuma #C7B67C
RGB
CMYK
RGB Variations
Color information
#C7B67C (or 0xC7B67C) is known color: Yuma. HEX triplet: C7, B6 and 7C. RGB value is (199,182,124). Sum of RGB (Red+Green+Blue) = 199+182+124=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 124 (48.83% from 255 or 24.55% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B67C is #384983. Grayscale: #B4B4B4. Windows color (decimal): -3688836 or 8173255. OLE color: 8173255.
HSL color Cylindrical-coordinate representation of color #C7B67C: hue angle of 46.4º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C7B67C is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 182 | 124 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.22 |
| HSL | 46.4º | 0.4% | 0.63% | - |
| HSV(B) | 46.4º | 0.38% | 0.78% | - |
| XYZ | 43.92 | 47.05 | 25.84 | - |
| YUV | 180.47 | 96.13 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 182 | 124 | 0 | 0.09 | 0.38 | 0.22 | 46.4 | 0.4 | 0.63 |
| Hex | C7 | B6 | 7C | 0 | 9 | 26 | 16 | 2E | 28 | 3F |
| Octal | 307 | 266 | 174 | 0 | 11 | 46 | 26 | 56 | 50 | 77 |
| Binary | 11000111 | 10110110 | 1111100 | 0 | 1001 | 100110 | 10110 | 101110 | 101000 | 111111 |
Color Harmonies of #C7B67C
Complementary color
Monochromatic Colors of #C7B67C
Black with #C7B67C
Text Example
Text Example
White with #C7B67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B67C; }
p { color: rgb(199,182,124); }
H1.HeaderClassName
{
color: #C7B67C;
}
.AnyTagClassName
{
color: #C7B67C;
}
</style>
background-color css
<style>
a { background-color: #C7B67C; }
a { background-color: rgb(199,182,124); }
div.DivClassName
{
background-color: #C7B67C;
}
.BgClassName
{
background-color: #C7B67C;
}
</style>
border-color css
<style>
span { border-color: #C7B67C; }
span { border-color: rgb(199,182,124); }
td.TdClassName
{
border-color: #C7B67C;
}
.TagClassName
{
border-color: #C7B67C;
}
</style>