Shades of Yuma #C4BB84
Tints of Yuma #C4BB84
RGB
CMYK
RGB Variations
Color information
#C4BB84 (or 0xC4BB84) is known color: Yuma. HEX triplet: C4, BB and 84. RGB value is (196,187,132). Sum of RGB (Red+Green+Blue) = 196+187+132=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BB84 is #3B447B. Grayscale: #B7B7B7. Windows color (decimal): -3884156 or 8698820. OLE color: 8698820.
HSL color Cylindrical-coordinate representation of color #C4BB84: hue angle of 51.56º 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 #C4BB84 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 187 | 132 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.23 |
| HSL | 51.56º | 0.35% | 0.64% | - |
| HSV(B) | 51.56º | 0.33% | 0.77% | - |
| XYZ | 44.7 | 48.94 | 28.92 | - |
| YUV | 183.42 | 98.98 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 132 | 0 | 0.05 | 0.33 | 0.23 | 51.56 | 0.35 | 0.64 |
| Hex | C4 | BB | 84 | 0 | 5 | 21 | 17 | 34 | 23 | 40 |
| Octal | 304 | 273 | 204 | 0 | 5 | 41 | 27 | 64 | 43 | 100 |
| Binary | 11000100 | 10111011 | 10000100 | 0 | 101 | 100001 | 10111 | 110100 | 100011 | 1000000 |
Color Harmonies of #C4BB84
Complementary color
Monochromatic Colors of #C4BB84
Black with #C4BB84
Text Example
Text Example
White with #C4BB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BB84; }
p { color: rgb(196,187,132); }
H1.HeaderClassName
{
color: #C4BB84;
}
.AnyTagClassName
{
color: #C4BB84;
}
</style>
background-color css
<style>
a { background-color: #C4BB84; }
a { background-color: rgb(196,187,132); }
div.DivClassName
{
background-color: #C4BB84;
}
.BgClassName
{
background-color: #C4BB84;
}
</style>
border-color css
<style>
span { border-color: #C4BB84; }
span { border-color: rgb(196,187,132); }
td.TdClassName
{
border-color: #C4BB84;
}
.TagClassName
{
border-color: #C4BB84;
}
</style>