Shades of Fuego #C0C82B
Tints of Fuego #C0C82B
RGB
CMYK
RGB Variations
Color information
#C0C82B (or 0xC0C82B) is known color: Fuego. HEX triplet: C0, C8 and 2B. RGB value is (192,200,43). Sum of RGB (Red+Green+Blue) = 192+200+43=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C82B is #3F37D4. Grayscale: #B4B4B4. Windows color (decimal): -4143061 or 2869440. OLE color: 2869440.
HSL color Cylindrical-coordinate representation of color #C0C82B: hue angle of 63.06º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0C82B is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 200 | 43 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.22 |
| HSL | 63.06º | 0.65% | 0.48% | - |
| HSV(B) | 63.06º | 0.79% | 0.78% | - |
| XYZ | 42.83 | 52.69 | 10.2 | - |
| YUV | 179.71 | 50.85 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 43 | 0.04 | 0 | 0.78 | 0.22 | 63.06 | 0.65 | 0.48 |
| Hex | C0 | C8 | 2B | 4 | 0 | 4E | 16 | 3F | 41 | 30 |
| Octal | 300 | 310 | 53 | 4 | 0 | 116 | 26 | 77 | 101 | 60 |
| Binary | 11000000 | 11001000 | 101011 | 100 | 0 | 1001110 | 10110 | 111111 | 1000001 | 110000 |
Color Harmonies of #C0C82B
Complementary color
Monochromatic Colors of #C0C82B
Black with #C0C82B
Text Example
Text Example
White with #C0C82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C82B; }
p { color: rgb(192,200,43); }
H1.HeaderClassName
{
color: #C0C82B;
}
.AnyTagClassName
{
color: #C0C82B;
}
</style>
background-color css
<style>
a { background-color: #C0C82B; }
a { background-color: rgb(192,200,43); }
div.DivClassName
{
background-color: #C0C82B;
}
.BgClassName
{
background-color: #C0C82B;
}
</style>
border-color css
<style>
span { border-color: #C0C82B; }
span { border-color: rgb(192,200,43); }
td.TdClassName
{
border-color: #C0C82B;
}
.TagClassName
{
border-color: #C0C82B;
}
</style>