Shades of Fuego #C6C72C
Tints of Fuego #C6C72C
RGB
CMYK
RGB Variations
Color information
#C6C72C (or 0xC6C72C) is known color: Fuego. HEX triplet: C6, C7 and 2C. RGB value is (198,199,44). Sum of RGB (Red+Green+Blue) = 198+199+44=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 199 - color contains mainly: green. Hex color #C6C72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C72C is #3938D3. Grayscale: #B5B5B5. Windows color (decimal): -3750100 or 2934726. OLE color: 2934726.
HSL color Cylindrical-coordinate representation of color #C6C72C: hue angle of 60.39º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6C72C is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 199 | 44 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.22 |
| HSL | 60.39º | 0.64% | 0.48% | - |
| HSV(B) | 60.39º | 0.78% | 0.78% | - |
| XYZ | 44.17 | 53.03 | 10.29 | - |
| YUV | 181.03 | 50.67 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 199 | 44 | 0.01 | 0 | 0.78 | 0.22 | 60.39 | 0.64 | 0.48 |
| Hex | C6 | C7 | 2C | 1 | 0 | 4E | 16 | 3C | 40 | 30 |
| Octal | 306 | 307 | 54 | 1 | 0 | 116 | 26 | 74 | 100 | 60 |
| Binary | 11000110 | 11000111 | 101100 | 1 | 0 | 1001110 | 10110 | 111100 | 1000000 | 110000 |
Color Harmonies of #C6C72C
Complementary color
Monochromatic Colors of #C6C72C
Black with #C6C72C
Text Example
Text Example
White with #C6C72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C72C; }
p { color: rgb(198,199,44); }
H1.HeaderClassName
{
color: #C6C72C;
}
.AnyTagClassName
{
color: #C6C72C;
}
</style>
background-color css
<style>
a { background-color: #C6C72C; }
a { background-color: rgb(198,199,44); }
div.DivClassName
{
background-color: #C6C72C;
}
.BgClassName
{
background-color: #C6C72C;
}
</style>
border-color css
<style>
span { border-color: #C6C72C; }
span { border-color: rgb(198,199,44); }
td.TdClassName
{
border-color: #C6C72C;
}
.TagClassName
{
border-color: #C6C72C;
}
</style>