Shades of Fuego #C9CF28
Tints of Fuego #C9CF28
RGB
CMYK
RGB Variations
Color information
#C9CF28 (or 0xC9CF28) is known color: Fuego. HEX triplet: C9, CF and 28. RGB value is (201,207,40). Sum of RGB (Red+Green+Blue) = 201+207+40=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 40 (16.02% from 255 or 8.93% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CF28 is #3630D7. Grayscale: #BABABA. Windows color (decimal): -3551448 or 2674633. OLE color: 2674633.
HSL color Cylindrical-coordinate representation of color #C9CF28: hue angle of 62.16º degrees, saturation: 0.68, 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 #C9CF28 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 40 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.19 |
| HSL | 62.16º | 0.68% | 0.48% | - |
| HSV(B) | 62.16º | 0.81% | 0.81% | - |
| XYZ | 46.78 | 57.2 | 10.58 | - |
| YUV | 186.17 | 45.51 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 40 | 0.03 | 0 | 0.81 | 0.19 | 62.16 | 0.68 | 0.48 |
| Hex | C9 | CF | 28 | 3 | 0 | 51 | 13 | 3E | 44 | 30 |
| Octal | 311 | 317 | 50 | 3 | 0 | 121 | 23 | 76 | 104 | 60 |
| Binary | 11001001 | 11001111 | 101000 | 11 | 0 | 1010001 | 10011 | 111110 | 1000100 | 110000 |
Color Harmonies of #C9CF28
Complementary color
Monochromatic Colors of #C9CF28
Black with #C9CF28
Text Example
Text Example
White with #C9CF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CF28; }
p { color: rgb(201,207,40); }
H1.HeaderClassName
{
color: #C9CF28;
}
.AnyTagClassName
{
color: #C9CF28;
}
</style>
background-color css
<style>
a { background-color: #C9CF28; }
a { background-color: rgb(201,207,40); }
div.DivClassName
{
background-color: #C9CF28;
}
.BgClassName
{
background-color: #C9CF28;
}
</style>
border-color css
<style>
span { border-color: #C9CF28; }
span { border-color: rgb(201,207,40); }
td.TdClassName
{
border-color: #C9CF28;
}
.TagClassName
{
border-color: #C9CF28;
}
</style>