Shades of Fuego #C9CD32
Tints of Fuego #C9CD32
RGB
CMYK
RGB Variations
Color information
#C9CD32 (or 0xC9CD32) is known color: Fuego. HEX triplet: C9, CD and 32. RGB value is (201,205,50). Sum of RGB (Red+Green+Blue) = 201+205+50=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CD32 is #3632CD. Grayscale: #BABABA. Windows color (decimal): -3551950 or 3329481. OLE color: 3329481.
HSL color Cylindrical-coordinate representation of color #C9CD32: hue angle of 61.55º 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 #C9CD32 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 205 | 50 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.20 |
| HSL | 61.55º | 0.61% | 0.5% | - |
| HSV(B) | 61.55º | 0.76% | 0.8% | - |
| XYZ | 46.49 | 56.31 | 11.44 | - |
| YUV | 186.13 | 51.17 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 205 | 50 | 0.02 | 0 | 0.76 | 0.20 | 61.55 | 0.61 | 0.5 |
| Hex | C9 | CD | 32 | 2 | 0 | 4C | 14 | 3E | 3D | 32 |
| Octal | 311 | 315 | 62 | 2 | 0 | 114 | 24 | 76 | 75 | 62 |
| Binary | 11001001 | 11001101 | 110010 | 10 | 0 | 1001100 | 10100 | 111110 | 111101 | 110010 |
Color Harmonies of #C9CD32
Complementary color
Monochromatic Colors of #C9CD32
Black with #C9CD32
Text Example
Text Example
White with #C9CD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CD32; }
p { color: rgb(201,205,50); }
H1.HeaderClassName
{
color: #C9CD32;
}
.AnyTagClassName
{
color: #C9CD32;
}
</style>
background-color css
<style>
a { background-color: #C9CD32; }
a { background-color: rgb(201,205,50); }
div.DivClassName
{
background-color: #C9CD32;
}
.BgClassName
{
background-color: #C9CD32;
}
</style>
border-color css
<style>
span { border-color: #C9CD32; }
span { border-color: rgb(201,205,50); }
td.TdClassName
{
border-color: #C9CD32;
}
.TagClassName
{
border-color: #C9CD32;
}
</style>