Shades of Yuma #C7BF7A
Tints of Yuma #C7BF7A
RGB
CMYK
RGB Variations
Color information
#C7BF7A (or 0xC7BF7A) is known color: Yuma. HEX triplet: C7, BF and 7A. RGB value is (199,191,122). Sum of RGB (Red+Green+Blue) = 199+191+122=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BF7A is #384085. Grayscale: #B9B9B9. Windows color (decimal): -3686534 or 8044487. OLE color: 8044487.
HSL color Cylindrical-coordinate representation of color #C7BF7A: hue angle of 53.77º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C7BF7A is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 191 | 122 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.22 |
| HSL | 53.77º | 0.41% | 0.63% | - |
| HSV(B) | 53.77º | 0.39% | 0.78% | - |
| XYZ | 45.7 | 50.81 | 25.81 | - |
| YUV | 185.53 | 92.15 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 122 | 0 | 0.04 | 0.39 | 0.22 | 53.77 | 0.41 | 0.63 |
| Hex | C7 | BF | 7A | 0 | 4 | 27 | 16 | 36 | 29 | 3F |
| Octal | 307 | 277 | 172 | 0 | 4 | 47 | 26 | 66 | 51 | 77 |
| Binary | 11000111 | 10111111 | 1111010 | 0 | 100 | 100111 | 10110 | 110110 | 101001 | 111111 |
Color Harmonies of #C7BF7A
Complementary color
Monochromatic Colors of #C7BF7A
Black with #C7BF7A
Text Example
Text Example
White with #C7BF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BF7A; }
p { color: rgb(199,191,122); }
H1.HeaderClassName
{
color: #C7BF7A;
}
.AnyTagClassName
{
color: #C7BF7A;
}
</style>
background-color css
<style>
a { background-color: #C7BF7A; }
a { background-color: rgb(199,191,122); }
div.DivClassName
{
background-color: #C7BF7A;
}
.BgClassName
{
background-color: #C7BF7A;
}
</style>
border-color css
<style>
span { border-color: #C7BF7A; }
span { border-color: rgb(199,191,122); }
td.TdClassName
{
border-color: #C7BF7A;
}
.TagClassName
{
border-color: #C7BF7A;
}
</style>