Shades of Fuego #C9D531
Tints of Fuego #C9D531
RGB
CMYK
RGB Variations
Color information
#C9D531 (or 0xC9D531) is known color: Fuego. HEX triplet: C9, D5 and 31. RGB value is (201,213,49). Sum of RGB (Red+Green+Blue) = 201+213+49=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 49 (19.53% from 255 or 10.58% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D531 is #362ACE. Grayscale: #BFBFBF. Windows color (decimal): -3549903 or 3265993. OLE color: 3265993.
HSL color Cylindrical-coordinate representation of color #C9D531: hue angle of 64.39º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9D531 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 213 | 49 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.16 |
| HSL | 64.39º | 0.66% | 0.51% | - |
| HSV(B) | 64.39º | 0.77% | 0.84% | - |
| XYZ | 48.44 | 60.23 | 11.98 | - |
| YUV | 190.72 | 48.02 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 213 | 49 | 0.06 | 0 | 0.77 | 0.16 | 64.39 | 0.66 | 0.51 |
| Hex | C9 | D5 | 31 | 6 | 0 | 4D | 10 | 40 | 42 | 33 |
| Octal | 311 | 325 | 61 | 6 | 0 | 115 | 20 | 100 | 102 | 63 |
| Binary | 11001001 | 11010101 | 110001 | 110 | 0 | 1001101 | 10000 | 1000000 | 1000010 | 110011 |
Color Harmonies of #C9D531
Complementary color
Monochromatic Colors of #C9D531
Black with #C9D531
Text Example
Text Example
White with #C9D531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D531; }
p { color: rgb(201,213,49); }
H1.HeaderClassName
{
color: #C9D531;
}
.AnyTagClassName
{
color: #C9D531;
}
</style>
background-color css
<style>
a { background-color: #C9D531; }
a { background-color: rgb(201,213,49); }
div.DivClassName
{
background-color: #C9D531;
}
.BgClassName
{
background-color: #C9D531;
}
</style>
border-color css
<style>
span { border-color: #C9D531; }
span { border-color: rgb(201,213,49); }
td.TdClassName
{
border-color: #C9D531;
}
.TagClassName
{
border-color: #C9D531;
}
</style>