Shades of Fuego #C7CF26
Tints of Fuego #C7CF26
RGB
CMYK
RGB Variations
Color information
#C7CF26 (or 0xC7CF26) is known color: Fuego. HEX triplet: C7, CF and 26. RGB value is (199,207,38). Sum of RGB (Red+Green+Blue) = 199+207+38=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 38 (15.23% from 255 or 8.56% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CF26 is #3830D9. Grayscale: #BABABA. Windows color (decimal): -3682522 or 2543559. OLE color: 2543559.
HSL color Cylindrical-coordinate representation of color #C7CF26: hue angle of 62.84º 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 #C7CF26 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 38 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.19 |
| HSL | 62.84º | 0.69% | 0.48% | - |
| HSV(B) | 62.84º | 0.82% | 0.81% | - |
| XYZ | 46.22 | 56.91 | 10.38 | - |
| YUV | 185.34 | 44.85 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 38 | 0.04 | 0 | 0.82 | 0.19 | 62.84 | 0.69 | 0.48 |
| Hex | C7 | CF | 26 | 4 | 0 | 52 | 13 | 3F | 45 | 30 |
| Octal | 307 | 317 | 46 | 4 | 0 | 122 | 23 | 77 | 105 | 60 |
| Binary | 11000111 | 11001111 | 100110 | 100 | 0 | 1010010 | 10011 | 111111 | 1000101 | 110000 |
Color Harmonies of #C7CF26
Complementary color
Monochromatic Colors of #C7CF26
Black with #C7CF26
Text Example
Text Example
White with #C7CF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF26; }
p { color: rgb(199,207,38); }
H1.HeaderClassName
{
color: #C7CF26;
}
.AnyTagClassName
{
color: #C7CF26;
}
</style>
background-color css
<style>
a { background-color: #C7CF26; }
a { background-color: rgb(199,207,38); }
div.DivClassName
{
background-color: #C7CF26;
}
.BgClassName
{
background-color: #C7CF26;
}
</style>
border-color css
<style>
span { border-color: #C7CF26; }
span { border-color: rgb(199,207,38); }
td.TdClassName
{
border-color: #C7CF26;
}
.TagClassName
{
border-color: #C7CF26;
}
</style>