Shades of Yuma #C2BB84
Tints of Yuma #C2BB84
RGB
CMYK
RGB Variations
Color information
#C2BB84 (or 0xC2BB84) is known color: Yuma. HEX triplet: C2, BB and 84. RGB value is (194,187,132). Sum of RGB (Red+Green+Blue) = 194+187+132=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 132 (51.95% from 255 or 25.73% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BB84 is #3D447B. Grayscale: #B7B7B7. Windows color (decimal): -4015228 or 8698818. OLE color: 8698818.
HSL color Cylindrical-coordinate representation of color #C2BB84: hue angle of 53.23º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2BB84 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 132 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.24 |
| HSL | 53.23º | 0.34% | 0.64% | - |
| HSV(B) | 53.23º | 0.32% | 0.76% | - |
| XYZ | 44.18 | 48.68 | 28.9 | - |
| YUV | 182.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 132 | 0 | 0.04 | 0.32 | 0.24 | 53.23 | 0.34 | 0.64 |
| Hex | C2 | BB | 84 | 0 | 4 | 20 | 18 | 35 | 22 | 40 |
| Octal | 302 | 273 | 204 | 0 | 4 | 40 | 30 | 65 | 42 | 100 |
| Binary | 11000010 | 10111011 | 10000100 | 0 | 100 | 100000 | 11000 | 110101 | 100010 | 1000000 |
Color Harmonies of #C2BB84
Complementary color
Monochromatic Colors of #C2BB84
Black with #C2BB84
Text Example
Text Example
White with #C2BB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB84; }
p { color: rgb(194,187,132); }
H1.HeaderClassName
{
color: #C2BB84;
}
.AnyTagClassName
{
color: #C2BB84;
}
</style>
background-color css
<style>
a { background-color: #C2BB84; }
a { background-color: rgb(194,187,132); }
div.DivClassName
{
background-color: #C2BB84;
}
.BgClassName
{
background-color: #C2BB84;
}
</style>
border-color css
<style>
span { border-color: #C2BB84; }
span { border-color: rgb(194,187,132); }
td.TdClassName
{
border-color: #C2BB84;
}
.TagClassName
{
border-color: #C2BB84;
}
</style>