Shades of Yuma #C4B784
Tints of Yuma #C4B784
RGB
CMYK
RGB Variations
Color information
#C4B784 (or 0xC4B784) is known color: Yuma. HEX triplet: C4, B7 and 84. RGB value is (196,183,132). Sum of RGB (Red+Green+Blue) = 196+183+132=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B784 is #3B487B. Grayscale: #B5B5B5. Windows color (decimal): -3885180 or 8697796. OLE color: 8697796.
HSL color Cylindrical-coordinate representation of color #C4B784: hue angle of 47.81º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C4B784 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 132 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.23 |
| HSL | 47.81º | 0.35% | 0.64% | - |
| HSV(B) | 47.81º | 0.33% | 0.77% | - |
| XYZ | 43.86 | 47.27 | 28.64 | - |
| YUV | 181.07 | 100.31 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 132 | 0 | 0.07 | 0.33 | 0.23 | 47.81 | 0.35 | 0.64 |
| Hex | C4 | B7 | 84 | 0 | 7 | 21 | 17 | 30 | 23 | 40 |
| Octal | 304 | 267 | 204 | 0 | 7 | 41 | 27 | 60 | 43 | 100 |
| Binary | 11000100 | 10110111 | 10000100 | 0 | 111 | 100001 | 10111 | 110000 | 100011 | 1000000 |
Color Harmonies of #C4B784
Complementary color
Monochromatic Colors of #C4B784
Black with #C4B784
Text Example
Text Example
White with #C4B784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B784; }
p { color: rgb(196,183,132); }
H1.HeaderClassName
{
color: #C4B784;
}
.AnyTagClassName
{
color: #C4B784;
}
</style>
background-color css
<style>
a { background-color: #C4B784; }
a { background-color: rgb(196,183,132); }
div.DivClassName
{
background-color: #C4B784;
}
.BgClassName
{
background-color: #C4B784;
}
</style>
border-color css
<style>
span { border-color: #C4B784; }
span { border-color: rgb(196,183,132); }
td.TdClassName
{
border-color: #C4B784;
}
.TagClassName
{
border-color: #C4B784;
}
</style>