Shades of Fuego #C1C431
Tints of Fuego #C1C431
RGB
CMYK
RGB Variations
Color information
#C1C431 (or 0xC1C431) is known color: Fuego. HEX triplet: C1, C4 and 31. RGB value is (193,196,49). Sum of RGB (Red+Green+Blue) = 193+196+49=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 196 - color contains mainly: green. Hex color #C1C431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C431 is #3E3BCE. Grayscale: #B2B2B2. Windows color (decimal): -4078543 or 3261633. OLE color: 3261633.
HSL color Cylindrical-coordinate representation of color #C1C431: hue angle of 61.22º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1C431 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 196 | 49 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.23 |
| HSL | 61.22º | 0.6% | 0.48% | - |
| HSV(B) | 61.22º | 0.75% | 0.77% | - |
| XYZ | 42.29 | 51.04 | 10.53 | - |
| YUV | 178.35 | 55.01 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 196 | 49 | 0.02 | 0 | 0.75 | 0.23 | 61.22 | 0.6 | 0.48 |
| Hex | C1 | C4 | 31 | 2 | 0 | 4B | 17 | 3D | 3C | 30 |
| Octal | 301 | 304 | 61 | 2 | 0 | 113 | 27 | 75 | 74 | 60 |
| Binary | 11000001 | 11000100 | 110001 | 10 | 0 | 1001011 | 10111 | 111101 | 111100 | 110000 |
Color Harmonies of #C1C431
Complementary color
Monochromatic Colors of #C1C431
Black with #C1C431
Text Example
Text Example
White with #C1C431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C431; }
p { color: rgb(193,196,49); }
H1.HeaderClassName
{
color: #C1C431;
}
.AnyTagClassName
{
color: #C1C431;
}
</style>
background-color css
<style>
a { background-color: #C1C431; }
a { background-color: rgb(193,196,49); }
div.DivClassName
{
background-color: #C1C431;
}
.BgClassName
{
background-color: #C1C431;
}
</style>
border-color css
<style>
span { border-color: #C1C431; }
span { border-color: rgb(193,196,49); }
td.TdClassName
{
border-color: #C1C431;
}
.TagClassName
{
border-color: #C1C431;
}
</style>