Shades of Fuego #C6C936
Tints of Fuego #C6C936
RGB
CMYK
RGB Variations
Color information
#C6C936 (or 0xC6C936) is known color: Fuego. HEX triplet: C6, C9 and 36. RGB value is (198,201,54). Sum of RGB (Red+Green+Blue) = 198+201+54=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 54 (21.48% from 255 or 11.92% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C936 is #3936C9. Grayscale: #B7B7B7. Windows color (decimal): -3749578 or 3590598. OLE color: 3590598.
HSL color Cylindrical-coordinate representation of color #C6C936: hue angle of 61.22º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6C936 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 201 | 54 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.21 |
| HSL | 61.22º | 0.58% | 0.5% | - |
| HSV(B) | 61.22º | 0.73% | 0.79% | - |
| XYZ | 44.84 | 54.05 | 11.56 | - |
| YUV | 183.35 | 55.01 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 201 | 54 | 0.01 | 0 | 0.73 | 0.21 | 61.22 | 0.58 | 0.5 |
| Hex | C6 | C9 | 36 | 1 | 0 | 49 | 15 | 3D | 3A | 32 |
| Octal | 306 | 311 | 66 | 1 | 0 | 111 | 25 | 75 | 72 | 62 |
| Binary | 11000110 | 11001001 | 110110 | 1 | 0 | 1001001 | 10101 | 111101 | 111010 | 110010 |
Color Harmonies of #C6C936
Complementary color
Monochromatic Colors of #C6C936
Black with #C6C936
Text Example
Text Example
White with #C6C936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C936; }
p { color: rgb(198,201,54); }
H1.HeaderClassName
{
color: #C6C936;
}
.AnyTagClassName
{
color: #C6C936;
}
</style>
background-color css
<style>
a { background-color: #C6C936; }
a { background-color: rgb(198,201,54); }
div.DivClassName
{
background-color: #C6C936;
}
.BgClassName
{
background-color: #C6C936;
}
</style>
border-color css
<style>
span { border-color: #C6C936; }
span { border-color: rgb(198,201,54); }
td.TdClassName
{
border-color: #C6C936;
}
.TagClassName
{
border-color: #C6C936;
}
</style>