Shades of Fuego #C0C63A
Tints of Fuego #C0C63A
RGB
CMYK
RGB Variations
Color information
#C0C63A (or 0xC0C63A) is known color: Fuego. HEX triplet: C0, C6 and 3A. RGB value is (192,198,58). Sum of RGB (Red+Green+Blue) = 192+198+58=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 58 (23.05% from 255 or 12.95% from 448); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C63A is #3F39C5. Grayscale: #B4B4B4. Windows color (decimal): -4143558 or 3851968. OLE color: 3851968.
HSL color Cylindrical-coordinate representation of color #C0C63A: hue angle of 62.57º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0C63A is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 58 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.22 |
| HSL | 62.57º | 0.55% | 0.5% | - |
| HSV(B) | 62.57º | 0.71% | 0.78% | - |
| XYZ | 42.7 | 51.9 | 11.77 | - |
| YUV | 180.25 | 59.01 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 58 | 0.03 | 0 | 0.71 | 0.22 | 62.57 | 0.55 | 0.5 |
| Hex | C0 | C6 | 3A | 3 | 0 | 47 | 16 | 3F | 37 | 32 |
| Octal | 300 | 306 | 72 | 3 | 0 | 107 | 26 | 77 | 67 | 62 |
| Binary | 11000000 | 11000110 | 111010 | 11 | 0 | 1000111 | 10110 | 111111 | 110111 | 110010 |
Color Harmonies of #C0C63A
Complementary color
Monochromatic Colors of #C0C63A
Black with #C0C63A
Text Example
Text Example
White with #C0C63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C63A; }
p { color: rgb(192,198,58); }
H1.HeaderClassName
{
color: #C0C63A;
}
.AnyTagClassName
{
color: #C0C63A;
}
</style>
background-color css
<style>
a { background-color: #C0C63A; }
a { background-color: rgb(192,198,58); }
div.DivClassName
{
background-color: #C0C63A;
}
.BgClassName
{
background-color: #C0C63A;
}
</style>
border-color css
<style>
span { border-color: #C0C63A; }
span { border-color: rgb(192,198,58); }
td.TdClassName
{
border-color: #C0C63A;
}
.TagClassName
{
border-color: #C0C63A;
}
</style>