Shades of Yuma #C3BC85
Tints of Yuma #C3BC85
RGB
CMYK
RGB Variations
Color information
#C3BC85 (or 0xC3BC85) is known color: Yuma. HEX triplet: C3, BC and 85. RGB value is (195,188,133). Sum of RGB (Red+Green+Blue) = 195+188+133=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BC85 is #3C437A. Grayscale: #B8B8B8. Windows color (decimal): -3949435 or 8764611. OLE color: 8764611.
HSL color Cylindrical-coordinate representation of color #C3BC85: 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 #C3BC85 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 133 | - |
| 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.72 | 49.26 | 29.34 | - |
| YUV | 183.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 133 | 0 | 0.04 | 0.32 | 0.24 | 53.23 | 0.34 | 0.64 |
| Hex | C3 | BC | 85 | 0 | 4 | 20 | 18 | 35 | 22 | 40 |
| Octal | 303 | 274 | 205 | 0 | 4 | 40 | 30 | 65 | 42 | 100 |
| Binary | 11000011 | 10111100 | 10000101 | 0 | 100 | 100000 | 11000 | 110101 | 100010 | 1000000 |
Color Harmonies of #C3BC85
Complementary color
Monochromatic Colors of #C3BC85
Black with #C3BC85
Text Example
Text Example
White with #C3BC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BC85; }
p { color: rgb(195,188,133); }
H1.HeaderClassName
{
color: #C3BC85;
}
.AnyTagClassName
{
color: #C3BC85;
}
</style>
background-color css
<style>
a { background-color: #C3BC85; }
a { background-color: rgb(195,188,133); }
div.DivClassName
{
background-color: #C3BC85;
}
.BgClassName
{
background-color: #C3BC85;
}
</style>
border-color css
<style>
span { border-color: #C3BC85; }
span { border-color: rgb(195,188,133); }
td.TdClassName
{
border-color: #C3BC85;
}
.TagClassName
{
border-color: #C3BC85;
}
</style>