Shades of Fuego #C1C62C
Tints of Fuego #C1C62C
RGB
CMYK
RGB Variations
Color information
#C1C62C (or 0xC1C62C) is known color: Fuego. HEX triplet: C1, C6 and 2C. RGB value is (193,198,44). Sum of RGB (Red+Green+Blue) = 193+198+44=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C62C is #3E39D3. Grayscale: #B3B3B3. Windows color (decimal): -4078036 or 2934465. OLE color: 2934465.
HSL color Cylindrical-coordinate representation of color #C1C62C: hue angle of 61.95º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1C62C is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 198 | 44 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.22 |
| HSL | 61.95º | 0.64% | 0.47% | - |
| HSV(B) | 61.95º | 0.78% | 0.78% | - |
| XYZ | 42.64 | 51.91 | 10.15 | - |
| YUV | 178.95 | 51.84 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 198 | 44 | 0.03 | 0 | 0.78 | 0.22 | 61.95 | 0.64 | 0.47 |
| Hex | C1 | C6 | 2C | 3 | 0 | 4E | 16 | 3E | 40 | 2F |
| Octal | 301 | 306 | 54 | 3 | 0 | 116 | 26 | 76 | 100 | 57 |
| Binary | 11000001 | 11000110 | 101100 | 11 | 0 | 1001110 | 10110 | 111110 | 1000000 | 101111 |
Color Harmonies of #C1C62C
Complementary color
Monochromatic Colors of #C1C62C
Black with #C1C62C
Text Example
Text Example
White with #C1C62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C62C; }
p { color: rgb(193,198,44); }
H1.HeaderClassName
{
color: #C1C62C;
}
.AnyTagClassName
{
color: #C1C62C;
}
</style>
background-color css
<style>
a { background-color: #C1C62C; }
a { background-color: rgb(193,198,44); }
div.DivClassName
{
background-color: #C1C62C;
}
.BgClassName
{
background-color: #C1C62C;
}
</style>
border-color css
<style>
span { border-color: #C1C62C; }
span { border-color: rgb(193,198,44); }
td.TdClassName
{
border-color: #C1C62C;
}
.TagClassName
{
border-color: #C1C62C;
}
</style>