Shades of Fuego #C0C52B
Tints of Fuego #C0C52B
RGB
CMYK
RGB Variations
Color information
#C0C52B (or 0xC0C52B) is known color: Fuego. HEX triplet: C0, C5 and 2B. RGB value is (192,197,43). Sum of RGB (Red+Green+Blue) = 192+197+43=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 43 (17.19% from 255 or 9.95% from 432); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C52B is #3F3AD4. Grayscale: #B2B2B2. Windows color (decimal): -4143829 or 2868672. OLE color: 2868672.
HSL color Cylindrical-coordinate representation of color #C0C52B: hue angle of 61.95º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0C52B is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 43 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.23 |
| HSL | 61.95º | 0.64% | 0.47% | - |
| HSV(B) | 61.95º | 0.78% | 0.77% | - |
| XYZ | 42.14 | 51.31 | 9.97 | - |
| YUV | 177.95 | 51.84 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 43 | 0.03 | 0 | 0.78 | 0.23 | 61.95 | 0.64 | 0.47 |
| Hex | C0 | C5 | 2B | 3 | 0 | 4E | 17 | 3E | 40 | 2F |
| Octal | 300 | 305 | 53 | 3 | 0 | 116 | 27 | 76 | 100 | 57 |
| Binary | 11000000 | 11000101 | 101011 | 11 | 0 | 1001110 | 10111 | 111110 | 1000000 | 101111 |
Color Harmonies of #C0C52B
Complementary color
Monochromatic Colors of #C0C52B
Black with #C0C52B
Text Example
Text Example
White with #C0C52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C52B; }
p { color: rgb(192,197,43); }
H1.HeaderClassName
{
color: #C0C52B;
}
.AnyTagClassName
{
color: #C0C52B;
}
</style>
background-color css
<style>
a { background-color: #C0C52B; }
a { background-color: rgb(192,197,43); }
div.DivClassName
{
background-color: #C0C52B;
}
.BgClassName
{
background-color: #C0C52B;
}
</style>
border-color css
<style>
span { border-color: #C0C52B; }
span { border-color: rgb(192,197,43); }
td.TdClassName
{
border-color: #C0C52B;
}
.TagClassName
{
border-color: #C0C52B;
}
</style>