Shades of Yuma #C6BC7F
Tints of Yuma #C6BC7F
RGB
CMYK
RGB Variations
Color information
#C6BC7F (or 0xC6BC7F) is known color: Yuma. HEX triplet: C6, BC and 7F. RGB value is (198,188,127). Sum of RGB (Red+Green+Blue) = 198+188+127=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BC7F is #394380. Grayscale: #B8B8B8. Windows color (decimal): -3752833 or 8371398. OLE color: 8371398.
HSL color Cylindrical-coordinate representation of color #C6BC7F: hue angle of 51.55º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C6BC7F is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 188 | 127 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.22 |
| HSL | 51.55º | 0.38% | 0.64% | - |
| HSV(B) | 51.55º | 0.36% | 0.78% | - |
| XYZ | 45.1 | 49.5 | 27.26 | - |
| YUV | 184.04 | 95.81 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 127 | 0 | 0.05 | 0.36 | 0.22 | 51.55 | 0.38 | 0.64 |
| Hex | C6 | BC | 7F | 0 | 5 | 24 | 16 | 34 | 26 | 40 |
| Octal | 306 | 274 | 177 | 0 | 5 | 44 | 26 | 64 | 46 | 100 |
| Binary | 11000110 | 10111100 | 1111111 | 0 | 101 | 100100 | 10110 | 110100 | 100110 | 1000000 |
Color Harmonies of #C6BC7F
Complementary color
Monochromatic Colors of #C6BC7F
Black with #C6BC7F
Text Example
Text Example
White with #C6BC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BC7F; }
p { color: rgb(198,188,127); }
H1.HeaderClassName
{
color: #C6BC7F;
}
.AnyTagClassName
{
color: #C6BC7F;
}
</style>
background-color css
<style>
a { background-color: #C6BC7F; }
a { background-color: rgb(198,188,127); }
div.DivClassName
{
background-color: #C6BC7F;
}
.BgClassName
{
background-color: #C6BC7F;
}
</style>
border-color css
<style>
span { border-color: #C6BC7F; }
span { border-color: rgb(198,188,127); }
td.TdClassName
{
border-color: #C6BC7F;
}
.TagClassName
{
border-color: #C6BC7F;
}
</style>