Shades of Yuma #C2BA87
Tints of Yuma #C2BA87
RGB
CMYK
RGB Variations
Color information
#C2BA87 (or 0xC2BA87) is known color: Yuma. HEX triplet: C2, BA and 87. RGB value is (194,186,135). Sum of RGB (Red+Green+Blue) = 194+186+135=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 135 (53.12% from 255 or 26.21% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BA87 is #3D4578. Grayscale: #B6B6B6. Windows color (decimal): -4015481 or 8895170. OLE color: 8895170.
HSL color Cylindrical-coordinate representation of color #C2BA87: hue angle of 51.86º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2BA87 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 135 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.24 |
| HSL | 51.86º | 0.33% | 0.65% | - |
| HSV(B) | 51.86º | 0.3% | 0.76% | - |
| XYZ | 44.18 | 48.34 | 29.92 | - |
| YUV | 182.58 | 101.15 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 135 | 0 | 0.04 | 0.30 | 0.24 | 51.86 | 0.33 | 0.65 |
| Hex | C2 | BA | 87 | 0 | 4 | 1E | 18 | 34 | 21 | 41 |
| Octal | 302 | 272 | 207 | 0 | 4 | 36 | 30 | 64 | 41 | 101 |
| Binary | 11000010 | 10111010 | 10000111 | 0 | 100 | 11110 | 11000 | 110100 | 100001 | 1000001 |
Color Harmonies of #C2BA87
Complementary color
Monochromatic Colors of #C2BA87
Black with #C2BA87
Text Example
Text Example
White with #C2BA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA87; }
p { color: rgb(194,186,135); }
H1.HeaderClassName
{
color: #C2BA87;
}
.AnyTagClassName
{
color: #C2BA87;
}
</style>
background-color css
<style>
a { background-color: #C2BA87; }
a { background-color: rgb(194,186,135); }
div.DivClassName
{
background-color: #C2BA87;
}
.BgClassName
{
background-color: #C2BA87;
}
</style>
border-color css
<style>
span { border-color: #C2BA87; }
span { border-color: rgb(194,186,135); }
td.TdClassName
{
border-color: #C2BA87;
}
.TagClassName
{
border-color: #C2BA87;
}
</style>