Shades of Yuma #C6B97D
Tints of Yuma #C6B97D
RGB
CMYK
RGB Variations
Color information
#C6B97D (or 0xC6B97D) is known color: Yuma. HEX triplet: C6, B9 and 7D. RGB value is (198,185,125). Sum of RGB (Red+Green+Blue) = 198+185+125=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B97D is #394682. Grayscale: #B6B6B6. Windows color (decimal): -3753603 or 8239558. OLE color: 8239558.
HSL color Cylindrical-coordinate representation of color #C6B97D: hue angle of 49.32º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6B97D is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 185 | 125 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.22 |
| HSL | 49.32º | 0.39% | 0.63% | - |
| HSV(B) | 49.32º | 0.37% | 0.78% | - |
| XYZ | 44.34 | 48.18 | 26.37 | - |
| YUV | 182.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 185 | 125 | 0 | 0.07 | 0.37 | 0.22 | 49.32 | 0.39 | 0.63 |
| Hex | C6 | B9 | 7D | 0 | 7 | 25 | 16 | 31 | 27 | 3F |
| Octal | 306 | 271 | 175 | 0 | 7 | 45 | 26 | 61 | 47 | 77 |
| Binary | 11000110 | 10111001 | 1111101 | 0 | 111 | 100101 | 10110 | 110001 | 100111 | 111111 |
Color Harmonies of #C6B97D
Complementary color
Monochromatic Colors of #C6B97D
Black with #C6B97D
Text Example
Text Example
White with #C6B97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B97D; }
p { color: rgb(198,185,125); }
H1.HeaderClassName
{
color: #C6B97D;
}
.AnyTagClassName
{
color: #C6B97D;
}
</style>
background-color css
<style>
a { background-color: #C6B97D; }
a { background-color: rgb(198,185,125); }
div.DivClassName
{
background-color: #C6B97D;
}
.BgClassName
{
background-color: #C6B97D;
}
</style>
border-color css
<style>
span { border-color: #C6B97D; }
span { border-color: rgb(198,185,125); }
td.TdClassName
{
border-color: #C6B97D;
}
.TagClassName
{
border-color: #C6B97D;
}
</style>