Shades of Yuma #C6B975
Tints of Yuma #C6B975
RGB
CMYK
RGB Variations
Color information
#C6B975 (or 0xC6B975) is known color: Yuma. HEX triplet: C6, B9 and 75. RGB value is (198,185,117). Sum of RGB (Red+Green+Blue) = 198+185+117=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B975 is #39468A. Grayscale: #B5B5B5. Windows color (decimal): -3753611 or 7715270. OLE color: 7715270.
HSL color Cylindrical-coordinate representation of color #C6B975: hue angle of 50.37º 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 #C6B975 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 185 | 117 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.22 |
| HSL | 50.37º | 0.42% | 0.62% | - |
| HSV(B) | 50.37º | 0.41% | 0.78% | - |
| XYZ | 43.85 | 47.99 | 23.78 | - |
| YUV | 181.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 185 | 117 | 0 | 0.07 | 0.41 | 0.22 | 50.37 | 0.42 | 0.62 |
| Hex | C6 | B9 | 75 | 0 | 7 | 29 | 16 | 32 | 2A | 3E |
| Octal | 306 | 271 | 165 | 0 | 7 | 51 | 26 | 62 | 52 | 76 |
| Binary | 11000110 | 10111001 | 1110101 | 0 | 111 | 101001 | 10110 | 110010 | 101010 | 111110 |
Color Harmonies of #C6B975
Complementary color
Monochromatic Colors of #C6B975
Black with #C6B975
Text Example
Text Example
White with #C6B975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B975; }
p { color: rgb(198,185,117); }
H1.HeaderClassName
{
color: #C6B975;
}
.AnyTagClassName
{
color: #C6B975;
}
</style>
background-color css
<style>
a { background-color: #C6B975; }
a { background-color: rgb(198,185,117); }
div.DivClassName
{
background-color: #C6B975;
}
.BgClassName
{
background-color: #C6B975;
}
</style>
border-color css
<style>
span { border-color: #C6B975; }
span { border-color: rgb(198,185,117); }
td.TdClassName
{
border-color: #C6B975;
}
.TagClassName
{
border-color: #C6B975;
}
</style>