Shades of Fuego #C9CE28
Tints of Fuego #C9CE28
RGB
CMYK
RGB Variations
Color information
#C9CE28 (or 0xC9CE28) is known color: Fuego. HEX triplet: C9, CE and 28. RGB value is (201,206,40). Sum of RGB (Red+Green+Blue) = 201+206+40=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CE28 is #3631D7. Grayscale: #BABABA. Windows color (decimal): -3551704 or 2674377. OLE color: 2674377.
HSL color Cylindrical-coordinate representation of color #C9CE28: hue angle of 61.81º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9CE28 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 206 | 40 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.19 |
| HSL | 61.81º | 0.67% | 0.48% | - |
| HSV(B) | 61.81º | 0.81% | 0.81% | - |
| XYZ | 46.54 | 56.71 | 10.5 | - |
| YUV | 185.58 | 45.84 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 206 | 40 | 0.02 | 0 | 0.81 | 0.19 | 61.81 | 0.67 | 0.48 |
| Hex | C9 | CE | 28 | 2 | 0 | 51 | 13 | 3E | 43 | 30 |
| Octal | 311 | 316 | 50 | 2 | 0 | 121 | 23 | 76 | 103 | 60 |
| Binary | 11001001 | 11001110 | 101000 | 10 | 0 | 1010001 | 10011 | 111110 | 1000011 | 110000 |
Color Harmonies of #C9CE28
Complementary color
Monochromatic Colors of #C9CE28
Black with #C9CE28
Text Example
Text Example
White with #C9CE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CE28; }
p { color: rgb(201,206,40); }
H1.HeaderClassName
{
color: #C9CE28;
}
.AnyTagClassName
{
color: #C9CE28;
}
</style>
background-color css
<style>
a { background-color: #C9CE28; }
a { background-color: rgb(201,206,40); }
div.DivClassName
{
background-color: #C9CE28;
}
.BgClassName
{
background-color: #C9CE28;
}
</style>
border-color css
<style>
span { border-color: #C9CE28; }
span { border-color: rgb(201,206,40); }
td.TdClassName
{
border-color: #C9CE28;
}
.TagClassName
{
border-color: #C9CE28;
}
</style>