Shades of Fuego #C0C934
Tints of Fuego #C0C934
RGB
CMYK
RGB Variations
Color information
#C0C934 (or 0xC0C934) is known color: Fuego. HEX triplet: C0, C9 and 34. RGB value is (192,201,52). Sum of RGB (Red+Green+Blue) = 192+201+52=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 52 (20.70% from 255 or 11.69% from 445); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C934 is #3F36CB. Grayscale: #B5B5B5. Windows color (decimal): -4142796 or 3459520. OLE color: 3459520.
HSL color Cylindrical-coordinate representation of color #C0C934: hue angle of 63.62º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0C934 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 201 | 52 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.21 |
| HSL | 63.62º | 0.59% | 0.5% | - |
| HSV(B) | 63.62º | 0.74% | 0.79% | - |
| XYZ | 43.24 | 53.23 | 11.24 | - |
| YUV | 181.32 | 55.02 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 201 | 52 | 0.04 | 0 | 0.74 | 0.21 | 63.62 | 0.59 | 0.5 |
| Hex | C0 | C9 | 34 | 4 | 0 | 4A | 15 | 40 | 3B | 32 |
| Octal | 300 | 311 | 64 | 4 | 0 | 112 | 25 | 100 | 73 | 62 |
| Binary | 11000000 | 11001001 | 110100 | 100 | 0 | 1001010 | 10101 | 1000000 | 111011 | 110010 |
Color Harmonies of #C0C934
Complementary color
Monochromatic Colors of #C0C934
Black with #C0C934
Text Example
Text Example
White with #C0C934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C934; }
p { color: rgb(192,201,52); }
H1.HeaderClassName
{
color: #C0C934;
}
.AnyTagClassName
{
color: #C0C934;
}
</style>
background-color css
<style>
a { background-color: #C0C934; }
a { background-color: rgb(192,201,52); }
div.DivClassName
{
background-color: #C0C934;
}
.BgClassName
{
background-color: #C0C934;
}
</style>
border-color css
<style>
span { border-color: #C0C934; }
span { border-color: rgb(192,201,52); }
td.TdClassName
{
border-color: #C0C934;
}
.TagClassName
{
border-color: #C0C934;
}
</style>