Shades of Yuma #C7B875
Tints of Yuma #C7B875
RGB
CMYK
RGB Variations
Color information
#C7B875 (or 0xC7B875) is known color: Yuma. HEX triplet: C7, B8 and 75. RGB value is (199,184,117). Sum of RGB (Red+Green+Blue) = 199+184+117=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B875 is #38478A. Grayscale: #B5B5B5. Windows color (decimal): -3688331 or 7715015. OLE color: 7715015.
HSL color Cylindrical-coordinate representation of color #C7B875: hue angle of 49.02º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7B875 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 184 | 117 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.22 |
| HSL | 49.02º | 0.42% | 0.62% | - |
| HSV(B) | 49.02º | 0.41% | 0.78% | - |
| XYZ | 43.9 | 47.71 | 23.72 | - |
| YUV | 180.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 184 | 117 | 0 | 0.08 | 0.41 | 0.22 | 49.02 | 0.42 | 0.62 |
| Hex | C7 | B8 | 75 | 0 | 8 | 29 | 16 | 31 | 2A | 3E |
| Octal | 307 | 270 | 165 | 0 | 10 | 51 | 26 | 61 | 52 | 76 |
| Binary | 11000111 | 10111000 | 1110101 | 0 | 1000 | 101001 | 10110 | 110001 | 101010 | 111110 |
Color Harmonies of #C7B875
Complementary color
Monochromatic Colors of #C7B875
Black with #C7B875
Text Example
Text Example
White with #C7B875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B875; }
p { color: rgb(199,184,117); }
H1.HeaderClassName
{
color: #C7B875;
}
.AnyTagClassName
{
color: #C7B875;
}
</style>
background-color css
<style>
a { background-color: #C7B875; }
a { background-color: rgb(199,184,117); }
div.DivClassName
{
background-color: #C7B875;
}
.BgClassName
{
background-color: #C7B875;
}
</style>
border-color css
<style>
span { border-color: #C7B875; }
span { border-color: rgb(199,184,117); }
td.TdClassName
{
border-color: #C7B875;
}
.TagClassName
{
border-color: #C7B875;
}
</style>