Shades of Fuego #C0C63B
Tints of Fuego #C0C63B
RGB
CMYK
RGB Variations
Color information
#C0C63B (or 0xC0C63B) is known color: Fuego. HEX triplet: C0, C6 and 3B. RGB value is (192,198,59). Sum of RGB (Red+Green+Blue) = 192+198+59=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 59 (23.44% from 255 or 13.14% from 449); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C63B is #3F39C4. Grayscale: #B4B4B4. Windows color (decimal): -4143557 or 3917504. OLE color: 3917504.
HSL color Cylindrical-coordinate representation of color #C0C63B: hue angle of 62.59º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0C63B is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 59 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.22 |
| HSL | 62.59º | 0.55% | 0.5% | - |
| HSV(B) | 62.59º | 0.7% | 0.78% | - |
| XYZ | 42.72 | 51.91 | 11.91 | - |
| YUV | 180.36 | 59.51 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 59 | 0.03 | 0 | 0.70 | 0.22 | 62.59 | 0.55 | 0.5 |
| Hex | C0 | C6 | 3B | 3 | 0 | 46 | 16 | 3F | 37 | 32 |
| Octal | 300 | 306 | 73 | 3 | 0 | 106 | 26 | 77 | 67 | 62 |
| Binary | 11000000 | 11000110 | 111011 | 11 | 0 | 1000110 | 10110 | 111111 | 110111 | 110010 |
Color Harmonies of #C0C63B
Complementary color
Monochromatic Colors of #C0C63B
Black with #C0C63B
Text Example
Text Example
White with #C0C63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C63B; }
p { color: rgb(192,198,59); }
H1.HeaderClassName
{
color: #C0C63B;
}
.AnyTagClassName
{
color: #C0C63B;
}
</style>
background-color css
<style>
a { background-color: #C0C63B; }
a { background-color: rgb(192,198,59); }
div.DivClassName
{
background-color: #C0C63B;
}
.BgClassName
{
background-color: #C0C63B;
}
</style>
border-color css
<style>
span { border-color: #C0C63B; }
span { border-color: rgb(192,198,59); }
td.TdClassName
{
border-color: #C0C63B;
}
.TagClassName
{
border-color: #C0C63B;
}
</style>