Shades of Fuego #C6CF26
Tints of Fuego #C6CF26
RGB
CMYK
RGB Variations
Color information
#C6CF26 (or 0xC6CF26) is known color: Fuego. HEX triplet: C6, CF and 26. RGB value is (198,207,38). Sum of RGB (Red+Green+Blue) = 198+207+38=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 38 (15.23% from 255 or 8.58% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CF26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CF26 is #3930D9. Grayscale: #B9B9B9. Windows color (decimal): -3748058 or 2543558. OLE color: 2543558.
HSL color Cylindrical-coordinate representation of color #C6CF26: hue angle of 63.2º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6CF26 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 207 | 38 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.19 |
| HSL | 63.2º | 0.69% | 0.48% | - |
| HSV(B) | 63.2º | 0.82% | 0.81% | - |
| XYZ | 45.95 | 56.77 | 10.37 | - |
| YUV | 185.04 | 45.02 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 38 | 0.04 | 0 | 0.82 | 0.19 | 63.2 | 0.69 | 0.48 |
| Hex | C6 | CF | 26 | 4 | 0 | 52 | 13 | 3F | 45 | 30 |
| Octal | 306 | 317 | 46 | 4 | 0 | 122 | 23 | 77 | 105 | 60 |
| Binary | 11000110 | 11001111 | 100110 | 100 | 0 | 1010010 | 10011 | 111111 | 1000101 | 110000 |
Color Harmonies of #C6CF26
Complementary color
Monochromatic Colors of #C6CF26
Black with #C6CF26
Text Example
Text Example
White with #C6CF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CF26; }
p { color: rgb(198,207,38); }
H1.HeaderClassName
{
color: #C6CF26;
}
.AnyTagClassName
{
color: #C6CF26;
}
</style>
background-color css
<style>
a { background-color: #C6CF26; }
a { background-color: rgb(198,207,38); }
div.DivClassName
{
background-color: #C6CF26;
}
.BgClassName
{
background-color: #C6CF26;
}
</style>
border-color css
<style>
span { border-color: #C6CF26; }
span { border-color: rgb(198,207,38); }
td.TdClassName
{
border-color: #C6CF26;
}
.TagClassName
{
border-color: #C6CF26;
}
</style>