Shades of Yuma #C5BC7B
Tints of Yuma #C5BC7B
RGB
CMYK
RGB Variations
Color information
#C5BC7B (or 0xC5BC7B) is known color: Yuma. HEX triplet: C5, BC and 7B. RGB value is (197,188,123). Sum of RGB (Red+Green+Blue) = 197+188+123=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BC7B is #3A4384. Grayscale: #B7B7B7. Windows color (decimal): -3818373 or 8109253. OLE color: 8109253.
HSL color Cylindrical-coordinate representation of color #C5BC7B: hue angle of 52.7º 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 #C5BC7B is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 123 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.23 |
| HSL | 52.7º | 0.39% | 0.63% | - |
| HSV(B) | 52.7º | 0.38% | 0.77% | - |
| XYZ | 44.58 | 49.27 | 25.9 | - |
| YUV | 183.28 | 93.98 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 123 | 0 | 0.05 | 0.38 | 0.23 | 52.7 | 0.39 | 0.63 |
| Hex | C5 | BC | 7B | 0 | 5 | 26 | 17 | 35 | 27 | 3F |
| Octal | 305 | 274 | 173 | 0 | 5 | 46 | 27 | 65 | 47 | 77 |
| Binary | 11000101 | 10111100 | 1111011 | 0 | 101 | 100110 | 10111 | 110101 | 100111 | 111111 |
Color Harmonies of #C5BC7B
Complementary color
Monochromatic Colors of #C5BC7B
Black with #C5BC7B
Text Example
Text Example
White with #C5BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC7B; }
p { color: rgb(197,188,123); }
H1.HeaderClassName
{
color: #C5BC7B;
}
.AnyTagClassName
{
color: #C5BC7B;
}
</style>
background-color css
<style>
a { background-color: #C5BC7B; }
a { background-color: rgb(197,188,123); }
div.DivClassName
{
background-color: #C5BC7B;
}
.BgClassName
{
background-color: #C5BC7B;
}
</style>
border-color css
<style>
span { border-color: #C5BC7B; }
span { border-color: rgb(197,188,123); }
td.TdClassName
{
border-color: #C5BC7B;
}
.TagClassName
{
border-color: #C5BC7B;
}
</style>