Shades of Yuma #C5B783
Tints of Yuma #C5B783
RGB
CMYK
RGB Variations
Color information
#C5B783 (or 0xC5B783) is known color: Yuma. HEX triplet: C5, B7 and 83. RGB value is (197,183,131). Sum of RGB (Red+Green+Blue) = 197+183+131=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B783 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B783 is #3A487C. Grayscale: #B5B5B5. Windows color (decimal): -3819645 or 8632261. OLE color: 8632261.
HSL color Cylindrical-coordinate representation of color #C5B783: hue angle of 47.27º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5B783 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 183 | 131 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.23 |
| HSL | 47.27º | 0.36% | 0.64% | - |
| HSV(B) | 47.27º | 0.34% | 0.77% | - |
| XYZ | 44.06 | 47.38 | 28.3 | - |
| YUV | 181.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 131 | 0 | 0.07 | 0.34 | 0.23 | 47.27 | 0.36 | 0.64 |
| Hex | C5 | B7 | 83 | 0 | 7 | 22 | 17 | 2F | 24 | 40 |
| Octal | 305 | 267 | 203 | 0 | 7 | 42 | 27 | 57 | 44 | 100 |
| Binary | 11000101 | 10110111 | 10000011 | 0 | 111 | 100010 | 10111 | 101111 | 100100 | 1000000 |
Color Harmonies of #C5B783
Complementary color
Monochromatic Colors of #C5B783
Black with #C5B783
Text Example
Text Example
White with #C5B783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B783; }
p { color: rgb(197,183,131); }
H1.HeaderClassName
{
color: #C5B783;
}
.AnyTagClassName
{
color: #C5B783;
}
</style>
background-color css
<style>
a { background-color: #C5B783; }
a { background-color: rgb(197,183,131); }
div.DivClassName
{
background-color: #C5B783;
}
.BgClassName
{
background-color: #C5B783;
}
</style>
border-color css
<style>
span { border-color: #C5B783; }
span { border-color: rgb(197,183,131); }
td.TdClassName
{
border-color: #C5B783;
}
.TagClassName
{
border-color: #C5B783;
}
</style>