Shades of Yuma #C4B876
Tints of Yuma #C4B876
RGB
CMYK
RGB Variations
Color information
#C4B876 (or 0xC4B876) is known color: Yuma. HEX triplet: C4, B8 and 76. RGB value is (196,184,118). Sum of RGB (Red+Green+Blue) = 196+184+118=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B876 is #3B4789. Grayscale: #B4B4B4. Windows color (decimal): -3884938 or 7780548. OLE color: 7780548.
HSL color Cylindrical-coordinate representation of color #C4B876: hue angle of 50.77º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4B876 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 184 | 118 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.23 |
| HSL | 50.77º | 0.4% | 0.62% | - |
| HSV(B) | 50.77º | 0.4% | 0.77% | - |
| XYZ | 43.18 | 47.32 | 24 | - |
| YUV | 180.06 | 92.98 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 184 | 118 | 0 | 0.06 | 0.40 | 0.23 | 50.77 | 0.4 | 0.62 |
| Hex | C4 | B8 | 76 | 0 | 6 | 28 | 17 | 33 | 28 | 3E |
| Octal | 304 | 270 | 166 | 0 | 6 | 50 | 27 | 63 | 50 | 76 |
| Binary | 11000100 | 10111000 | 1110110 | 0 | 110 | 101000 | 10111 | 110011 | 101000 | 111110 |
Color Harmonies of #C4B876
Complementary color
Monochromatic Colors of #C4B876
Black with #C4B876
Text Example
Text Example
White with #C4B876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B876; }
p { color: rgb(196,184,118); }
H1.HeaderClassName
{
color: #C4B876;
}
.AnyTagClassName
{
color: #C4B876;
}
</style>
background-color css
<style>
a { background-color: #C4B876; }
a { background-color: rgb(196,184,118); }
div.DivClassName
{
background-color: #C4B876;
}
.BgClassName
{
background-color: #C4B876;
}
</style>
border-color css
<style>
span { border-color: #C4B876; }
span { border-color: rgb(196,184,118); }
td.TdClassName
{
border-color: #C4B876;
}
.TagClassName
{
border-color: #C4B876;
}
</style>