Shades of Yuma #C3BA87
Tints of Yuma #C3BA87
RGB
CMYK
RGB Variations
Color information
#C3BA87 (or 0xC3BA87) is known color: Yuma. HEX triplet: C3, BA and 87. RGB value is (195,186,135). Sum of RGB (Red+Green+Blue) = 195+186+135=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BA87 is #3C4578. Grayscale: #B7B7B7. Windows color (decimal): -3949945 or 8895171. OLE color: 8895171.
HSL color Cylindrical-coordinate representation of color #C3BA87: hue angle of 51º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C3BA87 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 135 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.24 |
| HSL | 51º | 0.33% | 0.65% | - |
| HSV(B) | 51º | 0.31% | 0.76% | - |
| XYZ | 44.44 | 48.47 | 29.94 | - |
| YUV | 182.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 135 | 0 | 0.05 | 0.31 | 0.24 | 51 | 0.33 | 0.65 |
| Hex | C3 | BA | 87 | 0 | 5 | 1F | 18 | 33 | 21 | 41 |
| Octal | 303 | 272 | 207 | 0 | 5 | 37 | 30 | 63 | 41 | 101 |
| Binary | 11000011 | 10111010 | 10000111 | 0 | 101 | 11111 | 11000 | 110011 | 100001 | 1000001 |
Color Harmonies of #C3BA87
Complementary color
Monochromatic Colors of #C3BA87
Black with #C3BA87
Text Example
Text Example
White with #C3BA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA87; }
p { color: rgb(195,186,135); }
H1.HeaderClassName
{
color: #C3BA87;
}
.AnyTagClassName
{
color: #C3BA87;
}
</style>
background-color css
<style>
a { background-color: #C3BA87; }
a { background-color: rgb(195,186,135); }
div.DivClassName
{
background-color: #C3BA87;
}
.BgClassName
{
background-color: #C3BA87;
}
</style>
border-color css
<style>
span { border-color: #C3BA87; }
span { border-color: rgb(195,186,135); }
td.TdClassName
{
border-color: #C3BA87;
}
.TagClassName
{
border-color: #C3BA87;
}
</style>