Shades of Yuma #C4B985
Tints of Yuma #C4B985
RGB
CMYK
RGB Variations
Color information
#C4B985 (or 0xC4B985) is known color: Yuma. HEX triplet: C4, B9 and 85. RGB value is (196,185,133). Sum of RGB (Red+Green+Blue) = 196+185+133=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B985 is #3B467A. Grayscale: #B6B6B6. Windows color (decimal): -3884667 or 8763844. OLE color: 8763844.
HSL color Cylindrical-coordinate representation of color #C4B985: hue angle of 49.52º 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 #C4B985 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 185 | 133 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.23 |
| HSL | 49.52º | 0.35% | 0.65% | - |
| HSV(B) | 49.52º | 0.32% | 0.77% | - |
| XYZ | 44.35 | 48.13 | 29.14 | - |
| YUV | 182.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 133 | 0 | 0.06 | 0.32 | 0.23 | 49.52 | 0.35 | 0.65 |
| Hex | C4 | B9 | 85 | 0 | 6 | 20 | 17 | 32 | 23 | 41 |
| Octal | 304 | 271 | 205 | 0 | 6 | 40 | 27 | 62 | 43 | 101 |
| Binary | 11000100 | 10111001 | 10000101 | 0 | 110 | 100000 | 10111 | 110010 | 100011 | 1000001 |
Color Harmonies of #C4B985
Complementary color
Monochromatic Colors of #C4B985
Black with #C4B985
Text Example
Text Example
White with #C4B985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B985; }
p { color: rgb(196,185,133); }
H1.HeaderClassName
{
color: #C4B985;
}
.AnyTagClassName
{
color: #C4B985;
}
</style>
background-color css
<style>
a { background-color: #C4B985; }
a { background-color: rgb(196,185,133); }
div.DivClassName
{
background-color: #C4B985;
}
.BgClassName
{
background-color: #C4B985;
}
</style>
border-color css
<style>
span { border-color: #C4B985; }
span { border-color: rgb(196,185,133); }
td.TdClassName
{
border-color: #C4B985;
}
.TagClassName
{
border-color: #C4B985;
}
</style>