Shades of Fuego #C0C933
Tints of Fuego #C0C933
RGB
CMYK
RGB Variations
Color information
#C0C933 (or 0xC0C933) is known color: Fuego. HEX triplet: C0, C9 and 33. RGB value is (192,201,51). Sum of RGB (Red+Green+Blue) = 192+201+51=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 51 (20.31% from 255 or 11.49% from 444); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C933 is #3F36CC. Grayscale: #B5B5B5. Windows color (decimal): -4142797 or 3393984. OLE color: 3393984.
HSL color Cylindrical-coordinate representation of color #C0C933: hue angle of 63.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0C933 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 201 | 51 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.21 |
| HSL | 63.6º | 0.6% | 0.49% | - |
| HSV(B) | 63.6º | 0.75% | 0.79% | - |
| XYZ | 43.22 | 53.22 | 11.13 | - |
| YUV | 181.21 | 54.52 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 201 | 51 | 0.04 | 0 | 0.75 | 0.21 | 63.6 | 0.6 | 0.49 |
| Hex | C0 | C9 | 33 | 4 | 0 | 4B | 15 | 40 | 3C | 31 |
| Octal | 300 | 311 | 63 | 4 | 0 | 113 | 25 | 100 | 74 | 61 |
| Binary | 11000000 | 11001001 | 110011 | 100 | 0 | 1001011 | 10101 | 1000000 | 111100 | 110001 |
Color Harmonies of #C0C933
Complementary color
Monochromatic Colors of #C0C933
Black with #C0C933
Text Example
Text Example
White with #C0C933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C933; }
p { color: rgb(192,201,51); }
H1.HeaderClassName
{
color: #C0C933;
}
.AnyTagClassName
{
color: #C0C933;
}
</style>
background-color css
<style>
a { background-color: #C0C933; }
a { background-color: rgb(192,201,51); }
div.DivClassName
{
background-color: #C0C933;
}
.BgClassName
{
background-color: #C0C933;
}
</style>
border-color css
<style>
span { border-color: #C0C933; }
span { border-color: rgb(192,201,51); }
td.TdClassName
{
border-color: #C0C933;
}
.TagClassName
{
border-color: #C0C933;
}
</style>