Shades of Yuma #C5BC7C
Tints of Yuma #C5BC7C
RGB
CMYK
RGB Variations
Color information
#C5BC7C (or 0xC5BC7C) is known color: Yuma. HEX triplet: C5, BC and 7C. RGB value is (197,188,124). Sum of RGB (Red+Green+Blue) = 197+188+124=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BC7C is #3A4383. Grayscale: #B7B7B7. Windows color (decimal): -3818372 or 8174789. OLE color: 8174789.
HSL color Cylindrical-coordinate representation of color #C5BC7C: hue angle of 52.6º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5BC7C is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 124 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.23 |
| HSL | 52.6º | 0.39% | 0.63% | - |
| HSV(B) | 52.6º | 0.37% | 0.77% | - |
| XYZ | 44.65 | 49.29 | 26.23 | - |
| YUV | 183.4 | 94.48 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 124 | 0 | 0.05 | 0.37 | 0.23 | 52.6 | 0.39 | 0.63 |
| Hex | C5 | BC | 7C | 0 | 5 | 25 | 17 | 35 | 27 | 3F |
| Octal | 305 | 274 | 174 | 0 | 5 | 45 | 27 | 65 | 47 | 77 |
| Binary | 11000101 | 10111100 | 1111100 | 0 | 101 | 100101 | 10111 | 110101 | 100111 | 111111 |
Color Harmonies of #C5BC7C
Complementary color
Monochromatic Colors of #C5BC7C
Black with #C5BC7C
Text Example
Text Example
White with #C5BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC7C; }
p { color: rgb(197,188,124); }
H1.HeaderClassName
{
color: #C5BC7C;
}
.AnyTagClassName
{
color: #C5BC7C;
}
</style>
background-color css
<style>
a { background-color: #C5BC7C; }
a { background-color: rgb(197,188,124); }
div.DivClassName
{
background-color: #C5BC7C;
}
.BgClassName
{
background-color: #C5BC7C;
}
</style>
border-color css
<style>
span { border-color: #C5BC7C; }
span { border-color: rgb(197,188,124); }
td.TdClassName
{
border-color: #C5BC7C;
}
.TagClassName
{
border-color: #C5BC7C;
}
</style>