Shades of Yuma #C5B875
Tints of Yuma #C5B875
RGB
CMYK
RGB Variations
Color information
#C5B875 (or 0xC5B875) is known color: Yuma. HEX triplet: C5, B8 and 75. RGB value is (197,184,117). Sum of RGB (Red+Green+Blue) = 197+184+117=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B875 is #3A478A. Grayscale: #B4B4B4. Windows color (decimal): -3819403 or 7715013. OLE color: 7715013.
HSL color Cylindrical-coordinate representation of color #C5B875: hue angle of 50.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5B875 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 117 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.23 |
| HSL | 50.25º | 0.41% | 0.62% | - |
| HSV(B) | 50.25º | 0.41% | 0.77% | - |
| XYZ | 43.38 | 47.44 | 23.7 | - |
| YUV | 180.25 | 92.31 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 117 | 0 | 0.07 | 0.41 | 0.23 | 50.25 | 0.41 | 0.62 |
| Hex | C5 | B8 | 75 | 0 | 7 | 29 | 17 | 32 | 29 | 3E |
| Octal | 305 | 270 | 165 | 0 | 7 | 51 | 27 | 62 | 51 | 76 |
| Binary | 11000101 | 10111000 | 1110101 | 0 | 111 | 101001 | 10111 | 110010 | 101001 | 111110 |
Color Harmonies of #C5B875
Complementary color
Monochromatic Colors of #C5B875
Black with #C5B875
Text Example
Text Example
White with #C5B875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B875; }
p { color: rgb(197,184,117); }
H1.HeaderClassName
{
color: #C5B875;
}
.AnyTagClassName
{
color: #C5B875;
}
</style>
background-color css
<style>
a { background-color: #C5B875; }
a { background-color: rgb(197,184,117); }
div.DivClassName
{
background-color: #C5B875;
}
.BgClassName
{
background-color: #C5B875;
}
</style>
border-color css
<style>
span { border-color: #C5B875; }
span { border-color: rgb(197,184,117); }
td.TdClassName
{
border-color: #C5B875;
}
.TagClassName
{
border-color: #C5B875;
}
</style>