Shades of Yuma #C8BC79
Tints of Yuma #C8BC79
RGB
CMYK
RGB Variations
Color information
#C8BC79 (or 0xC8BC79) is known color: Yuma. HEX triplet: C8, BC and 79. RGB value is (200,188,121). Sum of RGB (Red+Green+Blue) = 200+188+121=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC79 is #374386. Grayscale: #B8B8B8. Windows color (decimal): -3621767 or 7978184. OLE color: 7978184.
HSL color Cylindrical-coordinate representation of color #C8BC79: hue angle of 50.89º 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 #C8BC79 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 121 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.22 |
| HSL | 50.89º | 0.42% | 0.63% | - |
| HSV(B) | 50.89º | 0.4% | 0.78% | - |
| XYZ | 45.25 | 49.63 | 25.28 | - |
| YUV | 183.95 | 92.48 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 121 | 0 | 0.06 | 0.39 | 0.22 | 50.89 | 0.42 | 0.63 |
| Hex | C8 | BC | 79 | 0 | 6 | 27 | 16 | 33 | 2A | 3F |
| Octal | 310 | 274 | 171 | 0 | 6 | 47 | 26 | 63 | 52 | 77 |
| Binary | 11001000 | 10111100 | 1111001 | 0 | 110 | 100111 | 10110 | 110011 | 101010 | 111111 |
Color Harmonies of #C8BC79
Complementary color
Monochromatic Colors of #C8BC79
Black with #C8BC79
Text Example
Text Example
White with #C8BC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC79; }
p { color: rgb(200,188,121); }
H1.HeaderClassName
{
color: #C8BC79;
}
.AnyTagClassName
{
color: #C8BC79;
}
</style>
background-color css
<style>
a { background-color: #C8BC79; }
a { background-color: rgb(200,188,121); }
div.DivClassName
{
background-color: #C8BC79;
}
.BgClassName
{
background-color: #C8BC79;
}
</style>
border-color css
<style>
span { border-color: #C8BC79; }
span { border-color: rgb(200,188,121); }
td.TdClassName
{
border-color: #C8BC79;
}
.TagClassName
{
border-color: #C8BC79;
}
</style>