Shades of Yuma #C8BB74
Tints of Yuma #C8BB74
RGB
CMYK
RGB Variations
Color information
#C8BB74 (or 0xC8BB74) is known color: Yuma. HEX triplet: C8, BB and 74. RGB value is (200,187,116). Sum of RGB (Red+Green+Blue) = 200+187+116=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BB74 is #37448B. Grayscale: #B7B7B7. Windows color (decimal): -3622028 or 7650248. OLE color: 7650248.
HSL color Cylindrical-coordinate representation of color #C8BB74: hue angle of 50.71º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8BB74 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 116 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.22 |
| HSL | 50.71º | 0.43% | 0.62% | - |
| HSV(B) | 50.71º | 0.42% | 0.78% | - |
| XYZ | 44.74 | 49.08 | 23.64 | - |
| YUV | 182.79 | 90.31 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 116 | 0 | 0.06 | 0.42 | 0.22 | 50.71 | 0.43 | 0.62 |
| Hex | C8 | BB | 74 | 0 | 6 | 2A | 16 | 33 | 2B | 3E |
| Octal | 310 | 273 | 164 | 0 | 6 | 52 | 26 | 63 | 53 | 76 |
| Binary | 11001000 | 10111011 | 1110100 | 0 | 110 | 101010 | 10110 | 110011 | 101011 | 111110 |
Color Harmonies of #C8BB74
Complementary color
Monochromatic Colors of #C8BB74
Black with #C8BB74
Text Example
Text Example
White with #C8BB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BB74; }
p { color: rgb(200,187,116); }
H1.HeaderClassName
{
color: #C8BB74;
}
.AnyTagClassName
{
color: #C8BB74;
}
</style>
background-color css
<style>
a { background-color: #C8BB74; }
a { background-color: rgb(200,187,116); }
div.DivClassName
{
background-color: #C8BB74;
}
.BgClassName
{
background-color: #C8BB74;
}
</style>
border-color css
<style>
span { border-color: #C8BB74; }
span { border-color: rgb(200,187,116); }
td.TdClassName
{
border-color: #C8BB74;
}
.TagClassName
{
border-color: #C8BB74;
}
</style>