Shades of Yuma #C5B788
Tints of Yuma #C5B788
RGB
CMYK
RGB Variations
Color information
#C5B788 (or 0xC5B788) is known color: Yuma. HEX triplet: C5, B7 and 88. RGB value is (197,183,136). Sum of RGB (Red+Green+Blue) = 197+183+136=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B788 is #3A4877. Grayscale: #B6B6B6. Windows color (decimal): -3819640 or 8959941. OLE color: 8959941.
HSL color Cylindrical-coordinate representation of color #C5B788: hue angle of 46.23º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5B788 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 183 | 136 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.23 |
| HSL | 46.23º | 0.34% | 0.65% | - |
| HSV(B) | 46.23º | 0.31% | 0.77% | - |
| XYZ | 44.4 | 47.51 | 30.12 | - |
| YUV | 181.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 136 | 0 | 0.07 | 0.31 | 0.23 | 46.23 | 0.34 | 0.65 |
| Hex | C5 | B7 | 88 | 0 | 7 | 1F | 17 | 2E | 22 | 41 |
| Octal | 305 | 267 | 210 | 0 | 7 | 37 | 27 | 56 | 42 | 101 |
| Binary | 11000101 | 10110111 | 10001000 | 0 | 111 | 11111 | 10111 | 101110 | 100010 | 1000001 |
Color Harmonies of #C5B788
Complementary color
Monochromatic Colors of #C5B788
Black with #C5B788
Text Example
Text Example
White with #C5B788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B788; }
p { color: rgb(197,183,136); }
H1.HeaderClassName
{
color: #C5B788;
}
.AnyTagClassName
{
color: #C5B788;
}
</style>
background-color css
<style>
a { background-color: #C5B788; }
a { background-color: rgb(197,183,136); }
div.DivClassName
{
background-color: #C5B788;
}
.BgClassName
{
background-color: #C5B788;
}
</style>
border-color css
<style>
span { border-color: #C5B788; }
span { border-color: rgb(197,183,136); }
td.TdClassName
{
border-color: #C5B788;
}
.TagClassName
{
border-color: #C5B788;
}
</style>