Shades of Yuma #C3BC88
Tints of Yuma #C3BC88
RGB
CMYK
RGB Variations
Color information
#C3BC88 (or 0xC3BC88) is known color: Yuma. HEX triplet: C3, BC and 88. RGB value is (195,188,136). Sum of RGB (Red+Green+Blue) = 195+188+136=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BC88 is #3C4377. Grayscale: #B8B8B8. Windows color (decimal): -3949432 or 8961219. OLE color: 8961219.
HSL color Cylindrical-coordinate representation of color #C3BC88: hue angle of 52.88º 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 #C3BC88 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 136 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.24 |
| HSL | 52.88º | 0.33% | 0.65% | - |
| HSV(B) | 52.88º | 0.3% | 0.76% | - |
| XYZ | 44.93 | 49.35 | 30.45 | - |
| YUV | 184.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 136 | 0 | 0.04 | 0.30 | 0.24 | 52.88 | 0.33 | 0.65 |
| Hex | C3 | BC | 88 | 0 | 4 | 1E | 18 | 35 | 21 | 41 |
| Octal | 303 | 274 | 210 | 0 | 4 | 36 | 30 | 65 | 41 | 101 |
| Binary | 11000011 | 10111100 | 10001000 | 0 | 100 | 11110 | 11000 | 110101 | 100001 | 1000001 |
Color Harmonies of #C3BC88
Complementary color
Monochromatic Colors of #C3BC88
Black with #C3BC88
Text Example
Text Example
White with #C3BC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BC88; }
p { color: rgb(195,188,136); }
H1.HeaderClassName
{
color: #C3BC88;
}
.AnyTagClassName
{
color: #C3BC88;
}
</style>
background-color css
<style>
a { background-color: #C3BC88; }
a { background-color: rgb(195,188,136); }
div.DivClassName
{
background-color: #C3BC88;
}
.BgClassName
{
background-color: #C3BC88;
}
</style>
border-color css
<style>
span { border-color: #C3BC88; }
span { border-color: rgb(195,188,136); }
td.TdClassName
{
border-color: #C3BC88;
}
.TagClassName
{
border-color: #C3BC88;
}
</style>