Shades of Yuma #C4B685
Tints of Yuma #C4B685
RGB
CMYK
RGB Variations
Color information
#C4B685 (or 0xC4B685) is known color: Yuma. HEX triplet: C4, B6 and 85. RGB value is (196,182,133). Sum of RGB (Red+Green+Blue) = 196+182+133=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B685 is #3B497A. Grayscale: #B4B4B4. Windows color (decimal): -3885435 or 8763076. OLE color: 8763076.
HSL color Cylindrical-coordinate representation of color #C4B685: hue angle of 46.67º 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 #C4B685 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 182 | 133 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.23 |
| HSL | 46.67º | 0.35% | 0.65% | - |
| HSV(B) | 46.67º | 0.32% | 0.77% | - |
| XYZ | 43.73 | 46.89 | 28.94 | - |
| YUV | 180.6 | 101.14 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 182 | 133 | 0 | 0.07 | 0.32 | 0.23 | 46.67 | 0.35 | 0.65 |
| Hex | C4 | B6 | 85 | 0 | 7 | 20 | 17 | 2F | 23 | 41 |
| Octal | 304 | 266 | 205 | 0 | 7 | 40 | 27 | 57 | 43 | 101 |
| Binary | 11000100 | 10110110 | 10000101 | 0 | 111 | 100000 | 10111 | 101111 | 100011 | 1000001 |
Color Harmonies of #C4B685
Complementary color
Monochromatic Colors of #C4B685
Black with #C4B685
Text Example
Text Example
White with #C4B685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B685; }
p { color: rgb(196,182,133); }
H1.HeaderClassName
{
color: #C4B685;
}
.AnyTagClassName
{
color: #C4B685;
}
</style>
background-color css
<style>
a { background-color: #C4B685; }
a { background-color: rgb(196,182,133); }
div.DivClassName
{
background-color: #C4B685;
}
.BgClassName
{
background-color: #C4B685;
}
</style>
border-color css
<style>
span { border-color: #C4B685; }
span { border-color: rgb(196,182,133); }
td.TdClassName
{
border-color: #C4B685;
}
.TagClassName
{
border-color: #C4B685;
}
</style>