Shades of Fuego #C1CE2D
Tints of Fuego #C1CE2D
RGB
CMYK
RGB Variations
Color information
#C1CE2D (or 0xC1CE2D) is known color: Fuego. HEX triplet: C1, CE and 2D. RGB value is (193,206,45). Sum of RGB (Red+Green+Blue) = 193+206+45=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 45 (17.97% from 255 or 10.14% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CE2D is #3E31D2. Grayscale: #B8B8B8. Windows color (decimal): -4075987 or 3002049. OLE color: 3002049.
HSL color Cylindrical-coordinate representation of color #C1CE2D: hue angle of 64.84º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1CE2D is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 45 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.19 |
| HSL | 64.84º | 0.64% | 0.49% | - |
| HSV(B) | 64.84º | 0.78% | 0.81% | - |
| XYZ | 44.54 | 55.67 | 10.88 | - |
| YUV | 183.76 | 49.69 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 45 | 0.06 | 0 | 0.78 | 0.19 | 64.84 | 0.64 | 0.49 |
| Hex | C1 | CE | 2D | 6 | 0 | 4E | 13 | 41 | 40 | 31 |
| Octal | 301 | 316 | 55 | 6 | 0 | 116 | 23 | 101 | 100 | 61 |
| Binary | 11000001 | 11001110 | 101101 | 110 | 0 | 1001110 | 10011 | 1000001 | 1000000 | 110001 |
Color Harmonies of #C1CE2D
Complementary color
Monochromatic Colors of #C1CE2D
Black with #C1CE2D
Text Example
Text Example
White with #C1CE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CE2D; }
p { color: rgb(193,206,45); }
H1.HeaderClassName
{
color: #C1CE2D;
}
.AnyTagClassName
{
color: #C1CE2D;
}
</style>
background-color css
<style>
a { background-color: #C1CE2D; }
a { background-color: rgb(193,206,45); }
div.DivClassName
{
background-color: #C1CE2D;
}
.BgClassName
{
background-color: #C1CE2D;
}
</style>
border-color css
<style>
span { border-color: #C1CE2D; }
span { border-color: rgb(193,206,45); }
td.TdClassName
{
border-color: #C1CE2D;
}
.TagClassName
{
border-color: #C1CE2D;
}
</style>