Shades of Fuego #C2C42D
Tints of Fuego #C2C42D
RGB
CMYK
RGB Variations
Color information
#C2C42D (or 0xC2C42D) is known color: Fuego. HEX triplet: C2, C4 and 2D. RGB value is (194,196,45). Sum of RGB (Red+Green+Blue) = 194+196+45=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C42D is #3D3BD2. Grayscale: #B2B2B2. Windows color (decimal): -4013011 or 2999490. OLE color: 2999490.
HSL color Cylindrical-coordinate representation of color #C2C42D: hue angle of 60.79º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2C42D is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 196 | 45 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.23 |
| HSL | 60.79º | 0.63% | 0.47% | - |
| HSV(B) | 60.79º | 0.77% | 0.77% | - |
| XYZ | 42.46 | 51.14 | 10.12 | - |
| YUV | 178.19 | 52.84 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 196 | 45 | 0.01 | 0 | 0.77 | 0.23 | 60.79 | 0.63 | 0.47 |
| Hex | C2 | C4 | 2D | 1 | 0 | 4D | 17 | 3D | 3F | 2F |
| Octal | 302 | 304 | 55 | 1 | 0 | 115 | 27 | 75 | 77 | 57 |
| Binary | 11000010 | 11000100 | 101101 | 1 | 0 | 1001101 | 10111 | 111101 | 111111 | 101111 |
Color Harmonies of #C2C42D
Complementary color
Monochromatic Colors of #C2C42D
Black with #C2C42D
Text Example
Text Example
White with #C2C42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C42D; }
p { color: rgb(194,196,45); }
H1.HeaderClassName
{
color: #C2C42D;
}
.AnyTagClassName
{
color: #C2C42D;
}
</style>
background-color css
<style>
a { background-color: #C2C42D; }
a { background-color: rgb(194,196,45); }
div.DivClassName
{
background-color: #C2C42D;
}
.BgClassName
{
background-color: #C2C42D;
}
</style>
border-color css
<style>
span { border-color: #C2C42D; }
span { border-color: rgb(194,196,45); }
td.TdClassName
{
border-color: #C2C42D;
}
.TagClassName
{
border-color: #C2C42D;
}
</style>