Shades of Fuego #C1C32E
Tints of Fuego #C1C32E
RGB
CMYK
RGB Variations
Color information
#C1C32E (or 0xC1C32E) is known color: Fuego. HEX triplet: C1, C3 and 2E. RGB value is (193,195,46). Sum of RGB (Red+Green+Blue) = 193+195+46=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C32E is #3E3CD1. Grayscale: #B2B2B2. Windows color (decimal): -4078802 or 3064769. OLE color: 3064769.
HSL color Cylindrical-coordinate representation of color #C1C32E: hue angle of 60.81º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C1C32E is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 195 | 46 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.24 |
| HSL | 60.81º | 0.62% | 0.47% | - |
| HSV(B) | 60.81º | 0.76% | 0.76% | - |
| XYZ | 42 | 50.56 | 10.13 | - |
| YUV | 177.42 | 53.84 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 195 | 46 | 0.01 | 0 | 0.76 | 0.24 | 60.81 | 0.62 | 0.47 |
| Hex | C1 | C3 | 2E | 1 | 0 | 4C | 18 | 3D | 3E | 2F |
| Octal | 301 | 303 | 56 | 1 | 0 | 114 | 30 | 75 | 76 | 57 |
| Binary | 11000001 | 11000011 | 101110 | 1 | 0 | 1001100 | 11000 | 111101 | 111110 | 101111 |
Color Harmonies of #C1C32E
Complementary color
Monochromatic Colors of #C1C32E
Black with #C1C32E
Text Example
Text Example
White with #C1C32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C32E; }
p { color: rgb(193,195,46); }
H1.HeaderClassName
{
color: #C1C32E;
}
.AnyTagClassName
{
color: #C1C32E;
}
</style>
background-color css
<style>
a { background-color: #C1C32E; }
a { background-color: rgb(193,195,46); }
div.DivClassName
{
background-color: #C1C32E;
}
.BgClassName
{
background-color: #C1C32E;
}
</style>
border-color css
<style>
span { border-color: #C1C32E; }
span { border-color: rgb(193,195,46); }
td.TdClassName
{
border-color: #C1C32E;
}
.TagClassName
{
border-color: #C1C32E;
}
</style>