Shades of Yuma #C6BF7F
Tints of Yuma #C6BF7F
RGB
CMYK
RGB Variations
Color information
#C6BF7F (or 0xC6BF7F) is known color: Yuma. HEX triplet: C6, BF and 7F. RGB value is (198,191,127). Sum of RGB (Red+Green+Blue) = 198+191+127=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BF7F is #394080. Grayscale: #BABABA. Windows color (decimal): -3752065 or 8372166. OLE color: 8372166.
HSL color Cylindrical-coordinate representation of color #C6BF7F: hue angle of 54.08º 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 #C6BF7F is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 191 | 127 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.22 |
| HSL | 54.08º | 0.38% | 0.64% | - |
| HSV(B) | 54.08º | 0.36% | 0.78% | - |
| XYZ | 45.75 | 50.8 | 27.47 | - |
| YUV | 185.8 | 94.82 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 127 | 0 | 0.04 | 0.36 | 0.22 | 54.08 | 0.38 | 0.64 |
| Hex | C6 | BF | 7F | 0 | 4 | 24 | 16 | 36 | 26 | 40 |
| Octal | 306 | 277 | 177 | 0 | 4 | 44 | 26 | 66 | 46 | 100 |
| Binary | 11000110 | 10111111 | 1111111 | 0 | 100 | 100100 | 10110 | 110110 | 100110 | 1000000 |
Color Harmonies of #C6BF7F
Complementary color
Monochromatic Colors of #C6BF7F
Black with #C6BF7F
Text Example
Text Example
White with #C6BF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BF7F; }
p { color: rgb(198,191,127); }
H1.HeaderClassName
{
color: #C6BF7F;
}
.AnyTagClassName
{
color: #C6BF7F;
}
</style>
background-color css
<style>
a { background-color: #C6BF7F; }
a { background-color: rgb(198,191,127); }
div.DivClassName
{
background-color: #C6BF7F;
}
.BgClassName
{
background-color: #C6BF7F;
}
</style>
border-color css
<style>
span { border-color: #C6BF7F; }
span { border-color: rgb(198,191,127); }
td.TdClassName
{
border-color: #C6BF7F;
}
.TagClassName
{
border-color: #C6BF7F;
}
</style>