Shades of Yuma #C4B785
Tints of Yuma #C4B785
RGB
CMYK
RGB Variations
Color information
#C4B785 (or 0xC4B785) is known color: Yuma. HEX triplet: C4, B7 and 85. RGB value is (196,183,133). Sum of RGB (Red+Green+Blue) = 196+183+133=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B785 is #3B487A. Grayscale: #B5B5B5. Windows color (decimal): -3885179 or 8763332. OLE color: 8763332.
HSL color Cylindrical-coordinate representation of color #C4B785: hue angle of 47.62º degrees, saturation: 0.35, 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 #C4B785 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 133 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.23 |
| HSL | 47.62º | 0.35% | 0.65% | - |
| HSV(B) | 47.62º | 0.32% | 0.77% | - |
| XYZ | 43.93 | 47.3 | 29 | - |
| YUV | 181.19 | 100.81 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 133 | 0 | 0.07 | 0.32 | 0.23 | 47.62 | 0.35 | 0.65 |
| Hex | C4 | B7 | 85 | 0 | 7 | 20 | 17 | 30 | 23 | 41 |
| Octal | 304 | 267 | 205 | 0 | 7 | 40 | 27 | 60 | 43 | 101 |
| Binary | 11000100 | 10110111 | 10000101 | 0 | 111 | 100000 | 10111 | 110000 | 100011 | 1000001 |
Color Harmonies of #C4B785
Complementary color
Monochromatic Colors of #C4B785
Black with #C4B785
Text Example
Text Example
White with #C4B785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B785; }
p { color: rgb(196,183,133); }
H1.HeaderClassName
{
color: #C4B785;
}
.AnyTagClassName
{
color: #C4B785;
}
</style>
background-color css
<style>
a { background-color: #C4B785; }
a { background-color: rgb(196,183,133); }
div.DivClassName
{
background-color: #C4B785;
}
.BgClassName
{
background-color: #C4B785;
}
</style>
border-color css
<style>
span { border-color: #C4B785; }
span { border-color: rgb(196,183,133); }
td.TdClassName
{
border-color: #C4B785;
}
.TagClassName
{
border-color: #C4B785;
}
</style>