Shades of Fuego #C6C72E
Tints of Fuego #C6C72E
RGB
CMYK
RGB Variations
Color information
#C6C72E (or 0xC6C72E) is known color: Fuego. HEX triplet: C6, C7 and 2E. RGB value is (198,199,46). Sum of RGB (Red+Green+Blue) = 198+199+46=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 46 (18.36% from 255 or 10.38% from 443); Max value from RGB is 199 - color contains mainly: green. Hex color #C6C72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C72E is #3938D1. Grayscale: #B5B5B5. Windows color (decimal): -3750098 or 3065798. OLE color: 3065798.
HSL color Cylindrical-coordinate representation of color #C6C72E: hue angle of 60.39º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6C72E is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 199 | 46 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.22 |
| HSL | 60.39º | 0.62% | 0.48% | - |
| HSV(B) | 60.39º | 0.77% | 0.78% | - |
| XYZ | 44.21 | 53.05 | 10.49 | - |
| YUV | 181.26 | 51.67 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 199 | 46 | 0.01 | 0 | 0.77 | 0.22 | 60.39 | 0.62 | 0.48 |
| Hex | C6 | C7 | 2E | 1 | 0 | 4D | 16 | 3C | 3E | 30 |
| Octal | 306 | 307 | 56 | 1 | 0 | 115 | 26 | 74 | 76 | 60 |
| Binary | 11000110 | 11000111 | 101110 | 1 | 0 | 1001101 | 10110 | 111100 | 111110 | 110000 |
Color Harmonies of #C6C72E
Complementary color
Monochromatic Colors of #C6C72E
Black with #C6C72E
Text Example
Text Example
White with #C6C72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C72E; }
p { color: rgb(198,199,46); }
H1.HeaderClassName
{
color: #C6C72E;
}
.AnyTagClassName
{
color: #C6C72E;
}
</style>
background-color css
<style>
a { background-color: #C6C72E; }
a { background-color: rgb(198,199,46); }
div.DivClassName
{
background-color: #C6C72E;
}
.BgClassName
{
background-color: #C6C72E;
}
</style>
border-color css
<style>
span { border-color: #C6C72E; }
span { border-color: rgb(198,199,46); }
td.TdClassName
{
border-color: #C6C72E;
}
.TagClassName
{
border-color: #C6C72E;
}
</style>