Shades of Fuego #C9CC31
Tints of Fuego #C9CC31
RGB
CMYK
RGB Variations
Color information
#C9CC31 (or 0xC9CC31) is known color: Fuego. HEX triplet: C9, CC and 31. RGB value is (201,204,49). Sum of RGB (Red+Green+Blue) = 201+204+49=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CC31 is #3633CE. Grayscale: #BABABA. Windows color (decimal): -3552207 or 3263689. OLE color: 3263689.
HSL color Cylindrical-coordinate representation of color #C9CC31: hue angle of 61.16º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9CC31 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 204 | 49 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.2 |
| HSL | 61.16º | 0.61% | 0.5% | - |
| HSV(B) | 61.16º | 0.76% | 0.8% | - |
| XYZ | 46.23 | 55.83 | 11.24 | - |
| YUV | 185.43 | 51.01 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 204 | 49 | 0.01 | 0 | 0.76 | 0.2 | 61.16 | 0.61 | 0.5 |
| Hex | C9 | CC | 31 | 1 | 0 | 4C | 14 | 3D | 3D | 32 |
| Octal | 311 | 314 | 61 | 1 | 0 | 114 | 24 | 75 | 75 | 62 |
| Binary | 11001001 | 11001100 | 110001 | 1 | 0 | 1001100 | 10100 | 111101 | 111101 | 110010 |
Color Harmonies of #C9CC31
Complementary color
Monochromatic Colors of #C9CC31
Black with #C9CC31
Text Example
Text Example
White with #C9CC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CC31; }
p { color: rgb(201,204,49); }
H1.HeaderClassName
{
color: #C9CC31;
}
.AnyTagClassName
{
color: #C9CC31;
}
</style>
background-color css
<style>
a { background-color: #C9CC31; }
a { background-color: rgb(201,204,49); }
div.DivClassName
{
background-color: #C9CC31;
}
.BgClassName
{
background-color: #C9CC31;
}
</style>
border-color css
<style>
span { border-color: #C9CC31; }
span { border-color: rgb(201,204,49); }
td.TdClassName
{
border-color: #C9CC31;
}
.TagClassName
{
border-color: #C9CC31;
}
</style>