Shades of Fuego #C9CF26
Tints of Fuego #C9CF26
RGB
CMYK
RGB Variations
Color information
#C9CF26 (or 0xC9CF26) is known color: Fuego. HEX triplet: C9, CF and 26. RGB value is (201,207,38). Sum of RGB (Red+Green+Blue) = 201+207+38=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 38 (15.23% from 255 or 8.52% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CF26 is #3630D9. Grayscale: #BABABA. Windows color (decimal): -3551450 or 2543561. OLE color: 2543561.
HSL color Cylindrical-coordinate representation of color #C9CF26: hue angle of 62.13º 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 #C9CF26 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 38 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.19 |
| HSL | 62.13º | 0.69% | 0.48% | - |
| HSV(B) | 62.13º | 0.82% | 0.81% | - |
| XYZ | 46.75 | 57.18 | 10.41 | - |
| YUV | 185.94 | 44.51 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 38 | 0.03 | 0 | 0.82 | 0.19 | 62.13 | 0.69 | 0.48 |
| Hex | C9 | CF | 26 | 3 | 0 | 52 | 13 | 3E | 45 | 30 |
| Octal | 311 | 317 | 46 | 3 | 0 | 122 | 23 | 76 | 105 | 60 |
| Binary | 11001001 | 11001111 | 100110 | 11 | 0 | 1010010 | 10011 | 111110 | 1000101 | 110000 |
Color Harmonies of #C9CF26
Complementary color
Monochromatic Colors of #C9CF26
Black with #C9CF26
Text Example
Text Example
White with #C9CF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CF26; }
p { color: rgb(201,207,38); }
H1.HeaderClassName
{
color: #C9CF26;
}
.AnyTagClassName
{
color: #C9CF26;
}
</style>
background-color css
<style>
a { background-color: #C9CF26; }
a { background-color: rgb(201,207,38); }
div.DivClassName
{
background-color: #C9CF26;
}
.BgClassName
{
background-color: #C9CF26;
}
</style>
border-color css
<style>
span { border-color: #C9CF26; }
span { border-color: rgb(201,207,38); }
td.TdClassName
{
border-color: #C9CF26;
}
.TagClassName
{
border-color: #C9CF26;
}
</style>