Shades of Yuma #C3BA89
Tints of Yuma #C3BA89
RGB
CMYK
RGB Variations
Color information
#C3BA89 (or 0xC3BA89) is known color: Yuma. HEX triplet: C3, BA and 89. RGB value is (195,186,137). Sum of RGB (Red+Green+Blue) = 195+186+137=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 137 (53.91% from 255 or 26.45% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BA89 is #3C4576. Grayscale: #B7B7B7. Windows color (decimal): -3949943 or 9026243. OLE color: 9026243.
HSL color Cylindrical-coordinate representation of color #C3BA89: hue angle of 50.69º 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 #C3BA89 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 137 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.24 |
| HSL | 50.69º | 0.33% | 0.65% | - |
| HSV(B) | 50.69º | 0.3% | 0.76% | - |
| XYZ | 44.58 | 48.53 | 30.68 | - |
| YUV | 183.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 137 | 0 | 0.05 | 0.30 | 0.24 | 50.69 | 0.33 | 0.65 |
| Hex | C3 | BA | 89 | 0 | 5 | 1E | 18 | 33 | 21 | 41 |
| Octal | 303 | 272 | 211 | 0 | 5 | 36 | 30 | 63 | 41 | 101 |
| Binary | 11000011 | 10111010 | 10001001 | 0 | 101 | 11110 | 11000 | 110011 | 100001 | 1000001 |
Color Harmonies of #C3BA89
Complementary color
Monochromatic Colors of #C3BA89
Black with #C3BA89
Text Example
Text Example
White with #C3BA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA89; }
p { color: rgb(195,186,137); }
H1.HeaderClassName
{
color: #C3BA89;
}
.AnyTagClassName
{
color: #C3BA89;
}
</style>
background-color css
<style>
a { background-color: #C3BA89; }
a { background-color: rgb(195,186,137); }
div.DivClassName
{
background-color: #C3BA89;
}
.BgClassName
{
background-color: #C3BA89;
}
</style>
border-color css
<style>
span { border-color: #C3BA89; }
span { border-color: rgb(195,186,137); }
td.TdClassName
{
border-color: #C3BA89;
}
.TagClassName
{
border-color: #C3BA89;
}
</style>