Shades of Yuma #C5BC7A
Tints of Yuma #C5BC7A
RGB
CMYK
RGB Variations
Color information
#C5BC7A (or 0xC5BC7A) is known color: Yuma. HEX triplet: C5, BC and 7A. RGB value is (197,188,122). Sum of RGB (Red+Green+Blue) = 197+188+122=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BC7A is #3A4385. Grayscale: #B7B7B7. Windows color (decimal): -3818374 or 8043717. OLE color: 8043717.
HSL color Cylindrical-coordinate representation of color #C5BC7A: hue angle of 52.8º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5BC7A is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 122 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.23 |
| HSL | 52.8º | 0.39% | 0.63% | - |
| HSV(B) | 52.8º | 0.38% | 0.77% | - |
| XYZ | 44.52 | 49.24 | 25.57 | - |
| YUV | 183.17 | 93.48 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 122 | 0 | 0.05 | 0.38 | 0.23 | 52.8 | 0.39 | 0.63 |
| Hex | C5 | BC | 7A | 0 | 5 | 26 | 17 | 35 | 27 | 3F |
| Octal | 305 | 274 | 172 | 0 | 5 | 46 | 27 | 65 | 47 | 77 |
| Binary | 11000101 | 10111100 | 1111010 | 0 | 101 | 100110 | 10111 | 110101 | 100111 | 111111 |
Color Harmonies of #C5BC7A
Complementary color
Monochromatic Colors of #C5BC7A
Black with #C5BC7A
Text Example
Text Example
White with #C5BC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC7A; }
p { color: rgb(197,188,122); }
H1.HeaderClassName
{
color: #C5BC7A;
}
.AnyTagClassName
{
color: #C5BC7A;
}
</style>
background-color css
<style>
a { background-color: #C5BC7A; }
a { background-color: rgb(197,188,122); }
div.DivClassName
{
background-color: #C5BC7A;
}
.BgClassName
{
background-color: #C5BC7A;
}
</style>
border-color css
<style>
span { border-color: #C5BC7A; }
span { border-color: rgb(197,188,122); }
td.TdClassName
{
border-color: #C5BC7A;
}
.TagClassName
{
border-color: #C5BC7A;
}
</style>