Shades of Fuego #C6C92F
Tints of Fuego #C6C92F
RGB
CMYK
RGB Variations
Color information
#C6C92F (or 0xC6C92F) is known color: Fuego. HEX triplet: C6, C9 and 2F. RGB value is (198,201,47). Sum of RGB (Red+Green+Blue) = 198+201+47=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 47 (18.75% from 255 or 10.54% from 446); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C92F is #3936D0. Grayscale: #B7B7B7. Windows color (decimal): -3749585 or 3131846. OLE color: 3131846.
HSL color Cylindrical-coordinate representation of color #C6C92F: hue angle of 61.17º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6C92F is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 201 | 47 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.21 |
| HSL | 61.17º | 0.62% | 0.49% | - |
| HSV(B) | 61.17º | 0.77% | 0.79% | - |
| XYZ | 44.69 | 53.98 | 10.75 | - |
| YUV | 182.55 | 51.51 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 201 | 47 | 0.01 | 0 | 0.77 | 0.21 | 61.17 | 0.62 | 0.49 |
| Hex | C6 | C9 | 2F | 1 | 0 | 4D | 15 | 3D | 3E | 31 |
| Octal | 306 | 311 | 57 | 1 | 0 | 115 | 25 | 75 | 76 | 61 |
| Binary | 11000110 | 11001001 | 101111 | 1 | 0 | 1001101 | 10101 | 111101 | 111110 | 110001 |
Color Harmonies of #C6C92F
Complementary color
Monochromatic Colors of #C6C92F
Black with #C6C92F
Text Example
Text Example
White with #C6C92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C92F; }
p { color: rgb(198,201,47); }
H1.HeaderClassName
{
color: #C6C92F;
}
.AnyTagClassName
{
color: #C6C92F;
}
</style>
background-color css
<style>
a { background-color: #C6C92F; }
a { background-color: rgb(198,201,47); }
div.DivClassName
{
background-color: #C6C92F;
}
.BgClassName
{
background-color: #C6C92F;
}
</style>
border-color css
<style>
span { border-color: #C6C92F; }
span { border-color: rgb(198,201,47); }
td.TdClassName
{
border-color: #C6C92F;
}
.TagClassName
{
border-color: #C6C92F;
}
</style>