Shades of Fuego #C6CE36
Tints of Fuego #C6CE36
RGB
CMYK
RGB Variations
Color information
#C6CE36 (or 0xC6CE36) is known color: Fuego. HEX triplet: C6, CE and 36. RGB value is (198,206,54). Sum of RGB (Red+Green+Blue) = 198+206+54=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 54 (21.48% from 255 or 11.79% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CE36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CE36 is #3931C9. Grayscale: #BABABA. Windows color (decimal): -3748298 or 3591878. OLE color: 3591878.
HSL color Cylindrical-coordinate representation of color #C6CE36: hue angle of 63.16º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6CE36 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 206 | 54 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.19 |
| HSL | 63.16º | 0.61% | 0.51% | - |
| HSV(B) | 63.16º | 0.74% | 0.81% | - |
| XYZ | 46.03 | 56.41 | 11.95 | - |
| YUV | 186.28 | 53.35 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 206 | 54 | 0.04 | 0 | 0.74 | 0.19 | 63.16 | 0.61 | 0.51 |
| Hex | C6 | CE | 36 | 4 | 0 | 4A | 13 | 3F | 3D | 33 |
| Octal | 306 | 316 | 66 | 4 | 0 | 112 | 23 | 77 | 75 | 63 |
| Binary | 11000110 | 11001110 | 110110 | 100 | 0 | 1001010 | 10011 | 111111 | 111101 | 110011 |
Color Harmonies of #C6CE36
Complementary color
Monochromatic Colors of #C6CE36
Black with #C6CE36
Text Example
Text Example
White with #C6CE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CE36; }
p { color: rgb(198,206,54); }
H1.HeaderClassName
{
color: #C6CE36;
}
.AnyTagClassName
{
color: #C6CE36;
}
</style>
background-color css
<style>
a { background-color: #C6CE36; }
a { background-color: rgb(198,206,54); }
div.DivClassName
{
background-color: #C6CE36;
}
.BgClassName
{
background-color: #C6CE36;
}
</style>
border-color css
<style>
span { border-color: #C6CE36; }
span { border-color: rgb(198,206,54); }
td.TdClassName
{
border-color: #C6CE36;
}
.TagClassName
{
border-color: #C6CE36;
}
</style>