Shades of Fuego #C9CC2F
Tints of Fuego #C9CC2F
RGB
CMYK
RGB Variations
Color information
#C9CC2F (or 0xC9CC2F) is known color: Fuego. HEX triplet: C9, CC and 2F. RGB value is (201,204,47). Sum of RGB (Red+Green+Blue) = 201+204+47=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 47 (18.75% from 255 or 10.40% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CC2F is #3633D0. Grayscale: #B9B9B9. Windows color (decimal): -3552209 or 3132617. OLE color: 3132617.
HSL color Cylindrical-coordinate representation of color #C9CC2F: hue angle of 61.15º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9CC2F is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 204 | 47 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.2 |
| HSL | 61.15º | 0.63% | 0.49% | - |
| HSV(B) | 61.15º | 0.77% | 0.8% | - |
| XYZ | 46.19 | 55.81 | 11.03 | - |
| YUV | 185.21 | 50.01 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 204 | 47 | 0.01 | 0 | 0.77 | 0.2 | 61.15 | 0.63 | 0.49 |
| Hex | C9 | CC | 2F | 1 | 0 | 4D | 14 | 3D | 3F | 31 |
| Octal | 311 | 314 | 57 | 1 | 0 | 115 | 24 | 75 | 77 | 61 |
| Binary | 11001001 | 11001100 | 101111 | 1 | 0 | 1001101 | 10100 | 111101 | 111111 | 110001 |
Color Harmonies of #C9CC2F
Complementary color
Monochromatic Colors of #C9CC2F
Black with #C9CC2F
Text Example
Text Example
White with #C9CC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CC2F; }
p { color: rgb(201,204,47); }
H1.HeaderClassName
{
color: #C9CC2F;
}
.AnyTagClassName
{
color: #C9CC2F;
}
</style>
background-color css
<style>
a { background-color: #C9CC2F; }
a { background-color: rgb(201,204,47); }
div.DivClassName
{
background-color: #C9CC2F;
}
.BgClassName
{
background-color: #C9CC2F;
}
</style>
border-color css
<style>
span { border-color: #C9CC2F; }
span { border-color: rgb(201,204,47); }
td.TdClassName
{
border-color: #C9CC2F;
}
.TagClassName
{
border-color: #C9CC2F;
}
</style>