Shades of Fuego #C0C82A
Tints of Fuego #C0C82A
RGB
CMYK
RGB Variations
Color information
#C0C82A (or 0xC0C82A) is known color: Fuego. HEX triplet: C0, C8 and 2A. RGB value is (192,200,42). Sum of RGB (Red+Green+Blue) = 192+200+42=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 200 (78.52% from 255 or 46.08% from 434); Blue value is 42 (16.80% from 255 or 9.68% from 434); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C82A is #3F37D5. Grayscale: #B4B4B4. Windows color (decimal): -4143062 or 2803904. OLE color: 2803904.
HSL color Cylindrical-coordinate representation of color #C0C82A: hue angle of 63.04º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0C82A is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 200 | 42 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.22 |
| HSL | 63.04º | 0.65% | 0.47% | - |
| HSV(B) | 63.04º | 0.79% | 0.78% | - |
| XYZ | 42.81 | 52.68 | 10.1 | - |
| YUV | 179.6 | 50.35 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 42 | 0.04 | 0 | 0.79 | 0.22 | 63.04 | 0.65 | 0.47 |
| Hex | C0 | C8 | 2A | 4 | 0 | 4F | 16 | 3F | 41 | 2F |
| Octal | 300 | 310 | 52 | 4 | 0 | 117 | 26 | 77 | 101 | 57 |
| Binary | 11000000 | 11001000 | 101010 | 100 | 0 | 1001111 | 10110 | 111111 | 1000001 | 101111 |
Color Harmonies of #C0C82A
Complementary color
Monochromatic Colors of #C0C82A
Black with #C0C82A
Text Example
Text Example
White with #C0C82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C82A; }
p { color: rgb(192,200,42); }
H1.HeaderClassName
{
color: #C0C82A;
}
.AnyTagClassName
{
color: #C0C82A;
}
</style>
background-color css
<style>
a { background-color: #C0C82A; }
a { background-color: rgb(192,200,42); }
div.DivClassName
{
background-color: #C0C82A;
}
.BgClassName
{
background-color: #C0C82A;
}
</style>
border-color css
<style>
span { border-color: #C0C82A; }
span { border-color: rgb(192,200,42); }
td.TdClassName
{
border-color: #C0C82A;
}
.TagClassName
{
border-color: #C0C82A;
}
</style>