Shades of Yuma #C8BA79
Tints of Yuma #C8BA79
RGB
CMYK
RGB Variations
Color information
#C8BA79 (or 0xC8BA79) is known color: Yuma. HEX triplet: C8, BA and 79. RGB value is (200,186,121). Sum of RGB (Red+Green+Blue) = 200+186+121=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BA79 is #374586. Grayscale: #B7B7B7. Windows color (decimal): -3622279 or 7977672. OLE color: 7977672.
HSL color Cylindrical-coordinate representation of color #C8BA79: hue angle of 49.37º degrees, saturation: 0.42, 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 #C8BA79 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 121 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.22 |
| HSL | 49.37º | 0.42% | 0.63% | - |
| HSV(B) | 49.37º | 0.4% | 0.78% | - |
| XYZ | 44.83 | 48.78 | 25.14 | - |
| YUV | 182.78 | 93.14 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 121 | 0 | 0.07 | 0.39 | 0.22 | 49.37 | 0.42 | 0.63 |
| Hex | C8 | BA | 79 | 0 | 7 | 27 | 16 | 31 | 2A | 3F |
| Octal | 310 | 272 | 171 | 0 | 7 | 47 | 26 | 61 | 52 | 77 |
| Binary | 11001000 | 10111010 | 1111001 | 0 | 111 | 100111 | 10110 | 110001 | 101010 | 111111 |
Color Harmonies of #C8BA79
Complementary color
Monochromatic Colors of #C8BA79
Black with #C8BA79
Text Example
Text Example
White with #C8BA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA79; }
p { color: rgb(200,186,121); }
H1.HeaderClassName
{
color: #C8BA79;
}
.AnyTagClassName
{
color: #C8BA79;
}
</style>
background-color css
<style>
a { background-color: #C8BA79; }
a { background-color: rgb(200,186,121); }
div.DivClassName
{
background-color: #C8BA79;
}
.BgClassName
{
background-color: #C8BA79;
}
</style>
border-color css
<style>
span { border-color: #C8BA79; }
span { border-color: rgb(200,186,121); }
td.TdClassName
{
border-color: #C8BA79;
}
.TagClassName
{
border-color: #C8BA79;
}
</style>