Shades of Fuego #C9CE32
Tints of Fuego #C9CE32
RGB
CMYK
RGB Variations
Color information
#C9CE32 (or 0xC9CE32) is known color: Fuego. HEX triplet: C9, CE and 32. RGB value is (201,206,50). Sum of RGB (Red+Green+Blue) = 201+206+50=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 50 (19.92% from 255 or 10.94% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CE32 is #3631CD. Grayscale: #BBBBBB. Windows color (decimal): -3551694 or 3329737. OLE color: 3329737.
HSL color Cylindrical-coordinate representation of color #C9CE32: hue angle of 61.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9CE32 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 206 | 50 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.19 |
| HSL | 61.92º | 0.61% | 0.5% | - |
| HSV(B) | 61.92º | 0.76% | 0.81% | - |
| XYZ | 46.73 | 56.79 | 11.52 | - |
| YUV | 186.72 | 50.84 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 206 | 50 | 0.02 | 0 | 0.76 | 0.19 | 61.92 | 0.61 | 0.5 |
| Hex | C9 | CE | 32 | 2 | 0 | 4C | 13 | 3E | 3D | 32 |
| Octal | 311 | 316 | 62 | 2 | 0 | 114 | 23 | 76 | 75 | 62 |
| Binary | 11001001 | 11001110 | 110010 | 10 | 0 | 1001100 | 10011 | 111110 | 111101 | 110010 |
Color Harmonies of #C9CE32
Complementary color
Monochromatic Colors of #C9CE32
Black with #C9CE32
Text Example
Text Example
White with #C9CE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CE32; }
p { color: rgb(201,206,50); }
H1.HeaderClassName
{
color: #C9CE32;
}
.AnyTagClassName
{
color: #C9CE32;
}
</style>
background-color css
<style>
a { background-color: #C9CE32; }
a { background-color: rgb(201,206,50); }
div.DivClassName
{
background-color: #C9CE32;
}
.BgClassName
{
background-color: #C9CE32;
}
</style>
border-color css
<style>
span { border-color: #C9CE32; }
span { border-color: rgb(201,206,50); }
td.TdClassName
{
border-color: #C9CE32;
}
.TagClassName
{
border-color: #C9CE32;
}
</style>