Shades of Yuma #C5B689
Tints of Yuma #C5B689
RGB
CMYK
RGB Variations
Color information
#C5B689 (or 0xC5B689) is known color: Yuma. HEX triplet: C5, B6 and 89. RGB value is (197,182,137). Sum of RGB (Red+Green+Blue) = 197+182+137=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B689 is #3A4976. Grayscale: #B5B5B5. Windows color (decimal): -3819895 or 9025221. OLE color: 9025221.
HSL color Cylindrical-coordinate representation of color #C5B689: hue angle of 45º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5B689 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 182 | 137 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.23 |
| HSL | 45º | 0.34% | 0.65% | - |
| HSV(B) | 45º | 0.3% | 0.77% | - |
| XYZ | 44.27 | 47.13 | 30.43 | - |
| YUV | 181.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 182 | 137 | 0 | 0.08 | 0.30 | 0.23 | 45 | 0.34 | 0.65 |
| Hex | C5 | B6 | 89 | 0 | 8 | 1E | 17 | 2D | 22 | 41 |
| Octal | 305 | 266 | 211 | 0 | 10 | 36 | 27 | 55 | 42 | 101 |
| Binary | 11000101 | 10110110 | 10001001 | 0 | 1000 | 11110 | 10111 | 101101 | 100010 | 1000001 |
Color Harmonies of #C5B689
Complementary color
Monochromatic Colors of #C5B689
Black with #C5B689
Text Example
Text Example
White with #C5B689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B689; }
p { color: rgb(197,182,137); }
H1.HeaderClassName
{
color: #C5B689;
}
.AnyTagClassName
{
color: #C5B689;
}
</style>
background-color css
<style>
a { background-color: #C5B689; }
a { background-color: rgb(197,182,137); }
div.DivClassName
{
background-color: #C5B689;
}
.BgClassName
{
background-color: #C5B689;
}
</style>
border-color css
<style>
span { border-color: #C5B689; }
span { border-color: rgb(197,182,137); }
td.TdClassName
{
border-color: #C5B689;
}
.TagClassName
{
border-color: #C5B689;
}
</style>