Shades of Fuego #C0C330
Tints of Fuego #C0C330
RGB
CMYK
RGB Variations
Color information
#C0C330 (or 0xC0C330) is known color: Fuego. HEX triplet: C0, C3 and 30. RGB value is (192,195,48). Sum of RGB (Red+Green+Blue) = 192+195+48=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C330 is #3F3CCF. Grayscale: #B1B1B1. Windows color (decimal): -4144336 or 3195840. OLE color: 3195840.
HSL color Cylindrical-coordinate representation of color #C0C330: hue angle of 61.22º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0C330 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 48 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.24 |
| HSL | 61.22º | 0.6% | 0.48% | - |
| HSV(B) | 61.22º | 0.75% | 0.76% | - |
| XYZ | 41.79 | 50.45 | 10.33 | - |
| YUV | 177.35 | 55.01 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 48 | 0.02 | 0 | 0.75 | 0.24 | 61.22 | 0.6 | 0.48 |
| Hex | C0 | C3 | 30 | 2 | 0 | 4B | 18 | 3D | 3C | 30 |
| Octal | 300 | 303 | 60 | 2 | 0 | 113 | 30 | 75 | 74 | 60 |
| Binary | 11000000 | 11000011 | 110000 | 10 | 0 | 1001011 | 11000 | 111101 | 111100 | 110000 |
Color Harmonies of #C0C330
Complementary color
Monochromatic Colors of #C0C330
Black with #C0C330
Text Example
Text Example
White with #C0C330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C330; }
p { color: rgb(192,195,48); }
H1.HeaderClassName
{
color: #C0C330;
}
.AnyTagClassName
{
color: #C0C330;
}
</style>
background-color css
<style>
a { background-color: #C0C330; }
a { background-color: rgb(192,195,48); }
div.DivClassName
{
background-color: #C0C330;
}
.BgClassName
{
background-color: #C0C330;
}
</style>
border-color css
<style>
span { border-color: #C0C330; }
span { border-color: rgb(192,195,48); }
td.TdClassName
{
border-color: #C0C330;
}
.TagClassName
{
border-color: #C0C330;
}
</style>