Shades of Yuma #C5BC78
Tints of Yuma #C5BC78
RGB
CMYK
RGB Variations
Color information
#C5BC78 (or 0xC5BC78) is known color: Yuma. HEX triplet: C5, BC and 78. RGB value is (197,188,120). Sum of RGB (Red+Green+Blue) = 197+188+120=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BC78 is #3A4387. Grayscale: #B7B7B7. Windows color (decimal): -3818376 or 7912645. OLE color: 7912645.
HSL color Cylindrical-coordinate representation of color #C5BC78: hue angle of 52.99º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5BC78 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 120 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.23 |
| HSL | 52.99º | 0.4% | 0.62% | - |
| HSV(B) | 52.99º | 0.39% | 0.77% | - |
| XYZ | 44.4 | 49.19 | 24.92 | - |
| YUV | 182.94 | 92.48 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 120 | 0 | 0.05 | 0.39 | 0.23 | 52.99 | 0.4 | 0.62 |
| Hex | C5 | BC | 78 | 0 | 5 | 27 | 17 | 35 | 28 | 3E |
| Octal | 305 | 274 | 170 | 0 | 5 | 47 | 27 | 65 | 50 | 76 |
| Binary | 11000101 | 10111100 | 1111000 | 0 | 101 | 100111 | 10111 | 110101 | 101000 | 111110 |
Color Harmonies of #C5BC78
Complementary color
Monochromatic Colors of #C5BC78
Black with #C5BC78
Text Example
Text Example
White with #C5BC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC78; }
p { color: rgb(197,188,120); }
H1.HeaderClassName
{
color: #C5BC78;
}
.AnyTagClassName
{
color: #C5BC78;
}
</style>
background-color css
<style>
a { background-color: #C5BC78; }
a { background-color: rgb(197,188,120); }
div.DivClassName
{
background-color: #C5BC78;
}
.BgClassName
{
background-color: #C5BC78;
}
</style>
border-color css
<style>
span { border-color: #C5BC78; }
span { border-color: rgb(197,188,120); }
td.TdClassName
{
border-color: #C5BC78;
}
.TagClassName
{
border-color: #C5BC78;
}
</style>