Shades of Fuego #C9D92C
Tints of Fuego #C9D92C
RGB
CMYK
RGB Variations
Color information
#C9D92C (or 0xC9D92C) is known color: Fuego. HEX triplet: C9, D9 and 2C. RGB value is (201,217,44). Sum of RGB (Red+Green+Blue) = 201+217+44=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 44 (17.58% from 255 or 9.52% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D92C is #3626D3. Grayscale: #C1C1C1. Windows color (decimal): -3548884 or 2939337. OLE color: 2939337.
HSL color Cylindrical-coordinate representation of color #C9D92C: hue angle of 65.55º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9D92C is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 44 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.15 |
| HSL | 65.55º | 0.69% | 0.51% | - |
| HSV(B) | 65.55º | 0.8% | 0.85% | - |
| XYZ | 49.35 | 62.23 | 11.79 | - |
| YUV | 192.49 | 44.2 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 44 | 0.07 | 0 | 0.80 | 0.15 | 65.55 | 0.69 | 0.51 |
| Hex | C9 | D9 | 2C | 7 | 0 | 50 | F | 42 | 45 | 33 |
| Octal | 311 | 331 | 54 | 7 | 0 | 120 | 17 | 102 | 105 | 63 |
| Binary | 11001001 | 11011001 | 101100 | 111 | 0 | 1010000 | 1111 | 1000010 | 1000101 | 110011 |
Color Harmonies of #C9D92C
Complementary color
Monochromatic Colors of #C9D92C
Black with #C9D92C
Text Example
Text Example
White with #C9D92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D92C; }
p { color: rgb(201,217,44); }
H1.HeaderClassName
{
color: #C9D92C;
}
.AnyTagClassName
{
color: #C9D92C;
}
</style>
background-color css
<style>
a { background-color: #C9D92C; }
a { background-color: rgb(201,217,44); }
div.DivClassName
{
background-color: #C9D92C;
}
.BgClassName
{
background-color: #C9D92C;
}
</style>
border-color css
<style>
span { border-color: #C9D92C; }
span { border-color: rgb(201,217,44); }
td.TdClassName
{
border-color: #C9D92C;
}
.TagClassName
{
border-color: #C9D92C;
}
</style>