Shades of Yuma #C4B987
Tints of Yuma #C4B987
RGB
CMYK
RGB Variations
Color information
#C4B987 (or 0xC4B987) is known color: Yuma. HEX triplet: C4, B9 and 87. RGB value is (196,185,135). Sum of RGB (Red+Green+Blue) = 196+185+135=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B987 is #3B4678. Grayscale: #B6B6B6. Windows color (decimal): -3884665 or 8894916. OLE color: 8894916.
HSL color Cylindrical-coordinate representation of color #C4B987: hue angle of 49.18º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C4B987 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 185 | 135 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.23 |
| HSL | 49.18º | 0.34% | 0.65% | - |
| HSV(B) | 49.18º | 0.31% | 0.77% | - |
| XYZ | 44.49 | 48.18 | 29.88 | - |
| YUV | 182.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 135 | 0 | 0.06 | 0.31 | 0.23 | 49.18 | 0.34 | 0.65 |
| Hex | C4 | B9 | 87 | 0 | 6 | 1F | 17 | 31 | 22 | 41 |
| Octal | 304 | 271 | 207 | 0 | 6 | 37 | 27 | 61 | 42 | 101 |
| Binary | 11000100 | 10111001 | 10000111 | 0 | 110 | 11111 | 10111 | 110001 | 100010 | 1000001 |
Color Harmonies of #C4B987
Complementary color
Monochromatic Colors of #C4B987
Black with #C4B987
Text Example
Text Example
White with #C4B987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B987; }
p { color: rgb(196,185,135); }
H1.HeaderClassName
{
color: #C4B987;
}
.AnyTagClassName
{
color: #C4B987;
}
</style>
background-color css
<style>
a { background-color: #C4B987; }
a { background-color: rgb(196,185,135); }
div.DivClassName
{
background-color: #C4B987;
}
.BgClassName
{
background-color: #C4B987;
}
</style>
border-color css
<style>
span { border-color: #C4B987; }
span { border-color: rgb(196,185,135); }
td.TdClassName
{
border-color: #C4B987;
}
.TagClassName
{
border-color: #C4B987;
}
</style>