Shades of Yuma #C5BC7E
Tints of Yuma #C5BC7E
RGB
CMYK
RGB Variations
Color information
#C5BC7E (or 0xC5BC7E) is known color: Yuma. HEX triplet: C5, BC and 7E. RGB value is (197,188,126). Sum of RGB (Red+Green+Blue) = 197+188+126=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BC7E is #3A4381. Grayscale: #B7B7B7. Windows color (decimal): -3818370 or 8305861. OLE color: 8305861.
HSL color Cylindrical-coordinate representation of color #C5BC7E: hue angle of 52.39º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5BC7E is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 126 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.23 |
| HSL | 52.39º | 0.38% | 0.63% | - |
| HSV(B) | 52.39º | 0.36% | 0.77% | - |
| XYZ | 44.78 | 49.34 | 26.9 | - |
| YUV | 183.62 | 95.48 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 126 | 0 | 0.05 | 0.36 | 0.23 | 52.39 | 0.38 | 0.63 |
| Hex | C5 | BC | 7E | 0 | 5 | 24 | 17 | 34 | 26 | 3F |
| Octal | 305 | 274 | 176 | 0 | 5 | 44 | 27 | 64 | 46 | 77 |
| Binary | 11000101 | 10111100 | 1111110 | 0 | 101 | 100100 | 10111 | 110100 | 100110 | 111111 |
Color Harmonies of #C5BC7E
Complementary color
Monochromatic Colors of #C5BC7E
Black with #C5BC7E
Text Example
Text Example
White with #C5BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC7E; }
p { color: rgb(197,188,126); }
H1.HeaderClassName
{
color: #C5BC7E;
}
.AnyTagClassName
{
color: #C5BC7E;
}
</style>
background-color css
<style>
a { background-color: #C5BC7E; }
a { background-color: rgb(197,188,126); }
div.DivClassName
{
background-color: #C5BC7E;
}
.BgClassName
{
background-color: #C5BC7E;
}
</style>
border-color css
<style>
span { border-color: #C5BC7E; }
span { border-color: rgb(197,188,126); }
td.TdClassName
{
border-color: #C5BC7E;
}
.TagClassName
{
border-color: #C5BC7E;
}
</style>