Shades of Fuego #C0C433
Tints of Fuego #C0C433
RGB
CMYK
RGB Variations
Color information
#C0C433 (or 0xC0C433) is known color: Fuego. HEX triplet: C0, C4 and 33. RGB value is (192,196,51). Sum of RGB (Red+Green+Blue) = 192+196+51=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 51 (20.31% from 255 or 11.62% from 439); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C433 is #3F3BCC. Grayscale: #B2B2B2. Windows color (decimal): -4144077 or 3392704. OLE color: 3392704.
HSL color Cylindrical-coordinate representation of color #C0C433: hue angle of 61.66º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0C433 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 196 | 51 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.23 |
| HSL | 61.66º | 0.59% | 0.48% | - |
| HSV(B) | 61.66º | 0.74% | 0.77% | - |
| XYZ | 42.08 | 50.93 | 10.74 | - |
| YUV | 178.27 | 56.17 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 51 | 0.02 | 0 | 0.74 | 0.23 | 61.66 | 0.59 | 0.48 |
| Hex | C0 | C4 | 33 | 2 | 0 | 4A | 17 | 3E | 3B | 30 |
| Octal | 300 | 304 | 63 | 2 | 0 | 112 | 27 | 76 | 73 | 60 |
| Binary | 11000000 | 11000100 | 110011 | 10 | 0 | 1001010 | 10111 | 111110 | 111011 | 110000 |
Color Harmonies of #C0C433
Complementary color
Monochromatic Colors of #C0C433
Black with #C0C433
Text Example
Text Example
White with #C0C433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C433; }
p { color: rgb(192,196,51); }
H1.HeaderClassName
{
color: #C0C433;
}
.AnyTagClassName
{
color: #C0C433;
}
</style>
background-color css
<style>
a { background-color: #C0C433; }
a { background-color: rgb(192,196,51); }
div.DivClassName
{
background-color: #C0C433;
}
.BgClassName
{
background-color: #C0C433;
}
</style>
border-color css
<style>
span { border-color: #C0C433; }
span { border-color: rgb(192,196,51); }
td.TdClassName
{
border-color: #C0C433;
}
.TagClassName
{
border-color: #C0C433;
}
</style>