Shades of Fuego #C9CE26
Tints of Fuego #C9CE26
RGB
CMYK
RGB Variations
Color information
#C9CE26 (or 0xC9CE26) is known color: Fuego. HEX triplet: C9, CE and 26. RGB value is (201,206,38). Sum of RGB (Red+Green+Blue) = 201+206+38=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 38 (15.23% from 255 or 8.54% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CE26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CE26 is #3631D9. Grayscale: #BABABA. Windows color (decimal): -3551706 or 2543305. OLE color: 2543305.
HSL color Cylindrical-coordinate representation of color #C9CE26: hue angle of 61.79º 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 #C9CE26 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 206 | 38 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.19 |
| HSL | 61.79º | 0.69% | 0.48% | - |
| HSV(B) | 61.79º | 0.82% | 0.81% | - |
| XYZ | 46.51 | 56.7 | 10.33 | - |
| YUV | 185.35 | 44.84 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 206 | 38 | 0.02 | 0 | 0.82 | 0.19 | 61.79 | 0.69 | 0.48 |
| Hex | C9 | CE | 26 | 2 | 0 | 52 | 13 | 3E | 45 | 30 |
| Octal | 311 | 316 | 46 | 2 | 0 | 122 | 23 | 76 | 105 | 60 |
| Binary | 11001001 | 11001110 | 100110 | 10 | 0 | 1010010 | 10011 | 111110 | 1000101 | 110000 |
Color Harmonies of #C9CE26
Complementary color
Monochromatic Colors of #C9CE26
Black with #C9CE26
Text Example
Text Example
White with #C9CE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CE26; }
p { color: rgb(201,206,38); }
H1.HeaderClassName
{
color: #C9CE26;
}
.AnyTagClassName
{
color: #C9CE26;
}
</style>
background-color css
<style>
a { background-color: #C9CE26; }
a { background-color: rgb(201,206,38); }
div.DivClassName
{
background-color: #C9CE26;
}
.BgClassName
{
background-color: #C9CE26;
}
</style>
border-color css
<style>
span { border-color: #C9CE26; }
span { border-color: rgb(201,206,38); }
td.TdClassName
{
border-color: #C9CE26;
}
.TagClassName
{
border-color: #C9CE26;
}
</style>