Shades of Yuma #C6BA79
Tints of Yuma #C6BA79
RGB
CMYK
RGB Variations
Color information
#C6BA79 (or 0xC6BA79) is known color: Yuma. HEX triplet: C6, BA and 79. RGB value is (198,186,121). Sum of RGB (Red+Green+Blue) = 198+186+121=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA79 is #394586. Grayscale: #B6B6B6. Windows color (decimal): -3753351 or 7977670. OLE color: 7977670.
HSL color Cylindrical-coordinate representation of color #C6BA79: hue angle of 50.65º degrees, saturation: 0.4, 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 #C6BA79 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 121 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.22 |
| HSL | 50.65º | 0.4% | 0.63% | - |
| HSV(B) | 50.65º | 0.39% | 0.78% | - |
| XYZ | 44.3 | 48.5 | 25.12 | - |
| YUV | 182.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 121 | 0 | 0.06 | 0.39 | 0.22 | 50.65 | 0.4 | 0.63 |
| Hex | C6 | BA | 79 | 0 | 6 | 27 | 16 | 33 | 28 | 3F |
| Octal | 306 | 272 | 171 | 0 | 6 | 47 | 26 | 63 | 50 | 77 |
| Binary | 11000110 | 10111010 | 1111001 | 0 | 110 | 100111 | 10110 | 110011 | 101000 | 111111 |
Color Harmonies of #C6BA79
Complementary color
Monochromatic Colors of #C6BA79
Black with #C6BA79
Text Example
Text Example
White with #C6BA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA79; }
p { color: rgb(198,186,121); }
H1.HeaderClassName
{
color: #C6BA79;
}
.AnyTagClassName
{
color: #C6BA79;
}
</style>
background-color css
<style>
a { background-color: #C6BA79; }
a { background-color: rgb(198,186,121); }
div.DivClassName
{
background-color: #C6BA79;
}
.BgClassName
{
background-color: #C6BA79;
}
</style>
border-color css
<style>
span { border-color: #C6BA79; }
span { border-color: rgb(198,186,121); }
td.TdClassName
{
border-color: #C6BA79;
}
.TagClassName
{
border-color: #C6BA79;
}
</style>