Shades of Fuego #C1CE33
Tints of Fuego #C1CE33
RGB
CMYK
RGB Variations
Color information
#C1CE33 (or 0xC1CE33) is known color: Fuego. HEX triplet: C1, CE and 33. RGB value is (193,206,51). Sum of RGB (Red+Green+Blue) = 193+206+51=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 51 (20.31% from 255 or 11.33% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CE33 is #3E31CC. Grayscale: #B9B9B9. Windows color (decimal): -4075981 or 3395265. OLE color: 3395265.
HSL color Cylindrical-coordinate representation of color #C1CE33: hue angle of 65.03º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1CE33 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 51 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.19 |
| HSL | 65.03º | 0.61% | 0.5% | - |
| HSV(B) | 65.03º | 0.75% | 0.81% | - |
| XYZ | 44.66 | 55.72 | 11.53 | - |
| YUV | 184.44 | 52.69 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 51 | 0.06 | 0 | 0.75 | 0.19 | 65.03 | 0.61 | 0.5 |
| Hex | C1 | CE | 33 | 6 | 0 | 4B | 13 | 41 | 3D | 32 |
| Octal | 301 | 316 | 63 | 6 | 0 | 113 | 23 | 101 | 75 | 62 |
| Binary | 11000001 | 11001110 | 110011 | 110 | 0 | 1001011 | 10011 | 1000001 | 111101 | 110010 |
Color Harmonies of #C1CE33
Complementary color
Monochromatic Colors of #C1CE33
Black with #C1CE33
Text Example
Text Example
White with #C1CE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CE33; }
p { color: rgb(193,206,51); }
H1.HeaderClassName
{
color: #C1CE33;
}
.AnyTagClassName
{
color: #C1CE33;
}
</style>
background-color css
<style>
a { background-color: #C1CE33; }
a { background-color: rgb(193,206,51); }
div.DivClassName
{
background-color: #C1CE33;
}
.BgClassName
{
background-color: #C1CE33;
}
</style>
border-color css
<style>
span { border-color: #C1CE33; }
span { border-color: rgb(193,206,51); }
td.TdClassName
{
border-color: #C1CE33;
}
.TagClassName
{
border-color: #C1CE33;
}
</style>