Shades of Fuego #C1C52D
Tints of Fuego #C1C52D
RGB
CMYK
RGB Variations
Color information
#C1C52D (or 0xC1C52D) is known color: Fuego. HEX triplet: C1, C5 and 2D. RGB value is (193,197,45). Sum of RGB (Red+Green+Blue) = 193+197+45=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C52D is #3E3AD2. Grayscale: #B3B3B3. Windows color (decimal): -4078291 or 2999745. OLE color: 2999745.
HSL color Cylindrical-coordinate representation of color #C1C52D: hue angle of 61.58º 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 #C1C52D is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 197 | 45 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.23 |
| HSL | 61.58º | 0.63% | 0.47% | - |
| HSV(B) | 61.58º | 0.77% | 0.77% | - |
| XYZ | 42.43 | 51.46 | 10.18 | - |
| YUV | 178.48 | 52.67 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 45 | 0.02 | 0 | 0.77 | 0.23 | 61.58 | 0.63 | 0.47 |
| Hex | C1 | C5 | 2D | 2 | 0 | 4D | 17 | 3E | 3F | 2F |
| Octal | 301 | 305 | 55 | 2 | 0 | 115 | 27 | 76 | 77 | 57 |
| Binary | 11000001 | 11000101 | 101101 | 10 | 0 | 1001101 | 10111 | 111110 | 111111 | 101111 |
Color Harmonies of #C1C52D
Complementary color
Monochromatic Colors of #C1C52D
Black with #C1C52D
Text Example
Text Example
White with #C1C52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C52D; }
p { color: rgb(193,197,45); }
H1.HeaderClassName
{
color: #C1C52D;
}
.AnyTagClassName
{
color: #C1C52D;
}
</style>
background-color css
<style>
a { background-color: #C1C52D; }
a { background-color: rgb(193,197,45); }
div.DivClassName
{
background-color: #C1C52D;
}
.BgClassName
{
background-color: #C1C52D;
}
</style>
border-color css
<style>
span { border-color: #C1C52D; }
span { border-color: rgb(193,197,45); }
td.TdClassName
{
border-color: #C1C52D;
}
.TagClassName
{
border-color: #C1C52D;
}
</style>