Shades of Fuego #C9CC32
Tints of Fuego #C9CC32
RGB
CMYK
RGB Variations
Color information
#C9CC32 (or 0xC9CC32) is known color: Fuego. HEX triplet: C9, CC and 32. RGB value is (201,204,50). Sum of RGB (Red+Green+Blue) = 201+204+50=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CC32 is #3633CD. Grayscale: #BABABA. Windows color (decimal): -3552206 or 3329225. OLE color: 3329225.
HSL color Cylindrical-coordinate representation of color #C9CC32: hue angle of 61.17º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9CC32 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 204 | 50 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.2 |
| HSL | 61.17º | 0.61% | 0.5% | - |
| HSV(B) | 61.17º | 0.75% | 0.8% | - |
| XYZ | 46.26 | 55.83 | 11.36 | - |
| YUV | 185.55 | 51.51 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 204 | 50 | 0.01 | 0 | 0.75 | 0.2 | 61.17 | 0.61 | 0.5 |
| Hex | C9 | CC | 32 | 1 | 0 | 4B | 14 | 3D | 3D | 32 |
| Octal | 311 | 314 | 62 | 1 | 0 | 113 | 24 | 75 | 75 | 62 |
| Binary | 11001001 | 11001100 | 110010 | 1 | 0 | 1001011 | 10100 | 111101 | 111101 | 110010 |
Color Harmonies of #C9CC32
Complementary color
Monochromatic Colors of #C9CC32
Black with #C9CC32
Text Example
Text Example
White with #C9CC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CC32; }
p { color: rgb(201,204,50); }
H1.HeaderClassName
{
color: #C9CC32;
}
.AnyTagClassName
{
color: #C9CC32;
}
</style>
background-color css
<style>
a { background-color: #C9CC32; }
a { background-color: rgb(201,204,50); }
div.DivClassName
{
background-color: #C9CC32;
}
.BgClassName
{
background-color: #C9CC32;
}
</style>
border-color css
<style>
span { border-color: #C9CC32; }
span { border-color: rgb(201,204,50); }
td.TdClassName
{
border-color: #C9CC32;
}
.TagClassName
{
border-color: #C9CC32;
}
</style>