Shades of Fuego #C2C436
Tints of Fuego #C2C436
RGB
CMYK
RGB Variations
Color information
#C2C436 (or 0xC2C436) is known color: Fuego. HEX triplet: C2, C4 and 36. RGB value is (194,196,54). Sum of RGB (Red+Green+Blue) = 194+196+54=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 54 (21.48% from 255 or 12.16% from 444); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C436 is #3D3BC9. Grayscale: #B3B3B3. Windows color (decimal): -4013002 or 3589314. OLE color: 3589314.
HSL color Cylindrical-coordinate representation of color #C2C436: hue angle of 60.85º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2C436 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 196 | 54 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.23 |
| HSL | 60.85º | 0.57% | 0.49% | - |
| HSV(B) | 60.85º | 0.72% | 0.77% | - |
| XYZ | 42.65 | 51.22 | 11.13 | - |
| YUV | 179.21 | 57.34 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 196 | 54 | 0.01 | 0 | 0.72 | 0.23 | 60.85 | 0.57 | 0.49 |
| Hex | C2 | C4 | 36 | 1 | 0 | 48 | 17 | 3D | 39 | 31 |
| Octal | 302 | 304 | 66 | 1 | 0 | 110 | 27 | 75 | 71 | 61 |
| Binary | 11000010 | 11000100 | 110110 | 1 | 0 | 1001000 | 10111 | 111101 | 111001 | 110001 |
Color Harmonies of #C2C436
Complementary color
Monochromatic Colors of #C2C436
Black with #C2C436
Text Example
Text Example
White with #C2C436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C436; }
p { color: rgb(194,196,54); }
H1.HeaderClassName
{
color: #C2C436;
}
.AnyTagClassName
{
color: #C2C436;
}
</style>
background-color css
<style>
a { background-color: #C2C436; }
a { background-color: rgb(194,196,54); }
div.DivClassName
{
background-color: #C2C436;
}
.BgClassName
{
background-color: #C2C436;
}
</style>
border-color css
<style>
span { border-color: #C2C436; }
span { border-color: rgb(194,196,54); }
td.TdClassName
{
border-color: #C2C436;
}
.TagClassName
{
border-color: #C2C436;
}
</style>