Shades of Yuma #C4B786
Tints of Yuma #C4B786
RGB
CMYK
RGB Variations
Color information
#C4B786 (or 0xC4B786) is known color: Yuma. HEX triplet: C4, B7 and 86. RGB value is (196,183,134). Sum of RGB (Red+Green+Blue) = 196+183+134=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B786 is #3B4879. Grayscale: #B5B5B5. Windows color (decimal): -3885178 or 8828868. OLE color: 8828868.
HSL color Cylindrical-coordinate representation of color #C4B786: hue angle of 47.42º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4B786 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 134 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.23 |
| HSL | 47.42º | 0.34% | 0.65% | - |
| HSV(B) | 47.42º | 0.32% | 0.77% | - |
| XYZ | 44 | 47.32 | 29.37 | - |
| YUV | 181.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 134 | 0 | 0.07 | 0.32 | 0.23 | 47.42 | 0.34 | 0.65 |
| Hex | C4 | B7 | 86 | 0 | 7 | 20 | 17 | 2F | 22 | 41 |
| Octal | 304 | 267 | 206 | 0 | 7 | 40 | 27 | 57 | 42 | 101 |
| Binary | 11000100 | 10110111 | 10000110 | 0 | 111 | 100000 | 10111 | 101111 | 100010 | 1000001 |
Color Harmonies of #C4B786
Complementary color
Monochromatic Colors of #C4B786
Black with #C4B786
Text Example
Text Example
White with #C4B786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B786; }
p { color: rgb(196,183,134); }
H1.HeaderClassName
{
color: #C4B786;
}
.AnyTagClassName
{
color: #C4B786;
}
</style>
background-color css
<style>
a { background-color: #C4B786; }
a { background-color: rgb(196,183,134); }
div.DivClassName
{
background-color: #C4B786;
}
.BgClassName
{
background-color: #C4B786;
}
</style>
border-color css
<style>
span { border-color: #C4B786; }
span { border-color: rgb(196,183,134); }
td.TdClassName
{
border-color: #C4B786;
}
.TagClassName
{
border-color: #C4B786;
}
</style>