Shades of Fuego #C1C632
Tints of Fuego #C1C632
RGB
CMYK
RGB Variations
Color information
#C1C632 (or 0xC1C632) is known color: Fuego. HEX triplet: C1, C6 and 32. RGB value is (193,198,50). Sum of RGB (Red+Green+Blue) = 193+198+50=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C632 is #3E39CD. Grayscale: #B4B4B4. Windows color (decimal): -4078030 or 3327681. OLE color: 3327681.
HSL color Cylindrical-coordinate representation of color #C1C632: hue angle of 62.03º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1C632 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 198 | 50 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.22 |
| HSL | 62.03º | 0.6% | 0.49% | - |
| HSV(B) | 62.03º | 0.75% | 0.78% | - |
| XYZ | 42.76 | 51.96 | 10.79 | - |
| YUV | 179.63 | 54.84 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 198 | 50 | 0.03 | 0 | 0.75 | 0.22 | 62.03 | 0.6 | 0.49 |
| Hex | C1 | C6 | 32 | 3 | 0 | 4B | 16 | 3E | 3C | 31 |
| Octal | 301 | 306 | 62 | 3 | 0 | 113 | 26 | 76 | 74 | 61 |
| Binary | 11000001 | 11000110 | 110010 | 11 | 0 | 1001011 | 10110 | 111110 | 111100 | 110001 |
Color Harmonies of #C1C632
Complementary color
Monochromatic Colors of #C1C632
Black with #C1C632
Text Example
Text Example
White with #C1C632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C632; }
p { color: rgb(193,198,50); }
H1.HeaderClassName
{
color: #C1C632;
}
.AnyTagClassName
{
color: #C1C632;
}
</style>
background-color css
<style>
a { background-color: #C1C632; }
a { background-color: rgb(193,198,50); }
div.DivClassName
{
background-color: #C1C632;
}
.BgClassName
{
background-color: #C1C632;
}
</style>
border-color css
<style>
span { border-color: #C1C632; }
span { border-color: rgb(193,198,50); }
td.TdClassName
{
border-color: #C1C632;
}
.TagClassName
{
border-color: #C1C632;
}
</style>