Shades of Fuego #C2C130
Tints of Fuego #C2C130
RGB
CMYK
RGB Variations
Color information
#C2C130 (or 0xC2C130) is known color: Fuego. HEX triplet: C2, C1 and 30. RGB value is (194,193,48). Sum of RGB (Red+Green+Blue) = 194+193+48=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C130 is #3D3ECF. Grayscale: #B1B1B1. Windows color (decimal): -4013776 or 3195330. OLE color: 3195330.
HSL color Cylindrical-coordinate representation of color #C2C130: hue angle of 59.59º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2C130 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 193 | 48 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.24 |
| HSL | 59.59º | 0.6% | 0.47% | - |
| HSV(B) | 59.59º | 0.75% | 0.76% | - |
| XYZ | 41.85 | 49.82 | 10.21 | - |
| YUV | 176.77 | 55.33 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 193 | 48 | 0 | 0.01 | 0.75 | 0.24 | 59.59 | 0.6 | 0.47 |
| Hex | C2 | C1 | 30 | 0 | 1 | 4B | 18 | 3C | 3C | 2F |
| Octal | 302 | 301 | 60 | 0 | 1 | 113 | 30 | 74 | 74 | 57 |
| Binary | 11000010 | 11000001 | 110000 | 0 | 1 | 1001011 | 11000 | 111100 | 111100 | 101111 |
Color Harmonies of #C2C130
Complementary color
Monochromatic Colors of #C2C130
Black with #C2C130
Text Example
Text Example
White with #C2C130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C130; }
p { color: rgb(194,193,48); }
H1.HeaderClassName
{
color: #C2C130;
}
.AnyTagClassName
{
color: #C2C130;
}
</style>
background-color css
<style>
a { background-color: #C2C130; }
a { background-color: rgb(194,193,48); }
div.DivClassName
{
background-color: #C2C130;
}
.BgClassName
{
background-color: #C2C130;
}
</style>
border-color css
<style>
span { border-color: #C2C130; }
span { border-color: rgb(194,193,48); }
td.TdClassName
{
border-color: #C2C130;
}
.TagClassName
{
border-color: #C2C130;
}
</style>