Shades of Yuma #C3BA88
Tints of Yuma #C3BA88
RGB
CMYK
RGB Variations
Color information
#C3BA88 (or 0xC3BA88) is known color: Yuma. HEX triplet: C3, BA and 88. RGB value is (195,186,136). Sum of RGB (Red+Green+Blue) = 195+186+136=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BA88 is #3C4577. Grayscale: #B7B7B7. Windows color (decimal): -3949944 or 8960707. OLE color: 8960707.
HSL color Cylindrical-coordinate representation of color #C3BA88: hue angle of 50.85º 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 #C3BA88 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 136 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.24 |
| HSL | 50.85º | 0.33% | 0.65% | - |
| HSV(B) | 50.85º | 0.3% | 0.76% | - |
| XYZ | 44.51 | 48.5 | 30.31 | - |
| YUV | 182.99 | 101.48 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 136 | 0 | 0.05 | 0.30 | 0.24 | 50.85 | 0.33 | 0.65 |
| Hex | C3 | BA | 88 | 0 | 5 | 1E | 18 | 33 | 21 | 41 |
| Octal | 303 | 272 | 210 | 0 | 5 | 36 | 30 | 63 | 41 | 101 |
| Binary | 11000011 | 10111010 | 10001000 | 0 | 101 | 11110 | 11000 | 110011 | 100001 | 1000001 |
Color Harmonies of #C3BA88
Complementary color
Monochromatic Colors of #C3BA88
Black with #C3BA88
Text Example
Text Example
White with #C3BA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA88; }
p { color: rgb(195,186,136); }
H1.HeaderClassName
{
color: #C3BA88;
}
.AnyTagClassName
{
color: #C3BA88;
}
</style>
background-color css
<style>
a { background-color: #C3BA88; }
a { background-color: rgb(195,186,136); }
div.DivClassName
{
background-color: #C3BA88;
}
.BgClassName
{
background-color: #C3BA88;
}
</style>
border-color css
<style>
span { border-color: #C3BA88; }
span { border-color: rgb(195,186,136); }
td.TdClassName
{
border-color: #C3BA88;
}
.TagClassName
{
border-color: #C3BA88;
}
</style>