Shades of Fuego #C0C534
Tints of Fuego #C0C534
RGB
CMYK
RGB Variations
Color information
#C0C534 (or 0xC0C534) is known color: Fuego. HEX triplet: C0, C5 and 34. RGB value is (192,197,52). Sum of RGB (Red+Green+Blue) = 192+197+52=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 52 (20.70% from 255 or 11.79% from 441); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C534 is #3F3ACB. Grayscale: #B3B3B3. Windows color (decimal): -4143820 or 3458496. OLE color: 3458496.
HSL color Cylindrical-coordinate representation of color #C0C534: hue angle of 62.07º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0C534 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 52 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.23 |
| HSL | 62.07º | 0.58% | 0.49% | - |
| HSV(B) | 62.07º | 0.74% | 0.77% | - |
| XYZ | 42.32 | 51.39 | 10.94 | - |
| YUV | 178.98 | 56.34 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 52 | 0.03 | 0 | 0.74 | 0.23 | 62.07 | 0.58 | 0.49 |
| Hex | C0 | C5 | 34 | 3 | 0 | 4A | 17 | 3E | 3A | 31 |
| Octal | 300 | 305 | 64 | 3 | 0 | 112 | 27 | 76 | 72 | 61 |
| Binary | 11000000 | 11000101 | 110100 | 11 | 0 | 1001010 | 10111 | 111110 | 111010 | 110001 |
Color Harmonies of #C0C534
Complementary color
Monochromatic Colors of #C0C534
Black with #C0C534
Text Example
Text Example
White with #C0C534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C534; }
p { color: rgb(192,197,52); }
H1.HeaderClassName
{
color: #C0C534;
}
.AnyTagClassName
{
color: #C0C534;
}
</style>
background-color css
<style>
a { background-color: #C0C534; }
a { background-color: rgb(192,197,52); }
div.DivClassName
{
background-color: #C0C534;
}
.BgClassName
{
background-color: #C0C534;
}
</style>
border-color css
<style>
span { border-color: #C0C534; }
span { border-color: rgb(192,197,52); }
td.TdClassName
{
border-color: #C0C534;
}
.TagClassName
{
border-color: #C0C534;
}
</style>