Shades of Fuego #C1CE34
Tints of Fuego #C1CE34
RGB
CMYK
RGB Variations
Color information
#C1CE34 (or 0xC1CE34) is known color: Fuego. HEX triplet: C1, CE and 34. RGB value is (193,206,52). Sum of RGB (Red+Green+Blue) = 193+206+52=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 52 (20.70% from 255 or 11.53% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CE34 is #3E31CB. Grayscale: #B9B9B9. Windows color (decimal): -4075980 or 3460801. OLE color: 3460801.
HSL color Cylindrical-coordinate representation of color #C1CE34: hue angle of 65.06º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1CE34 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 52 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.19 |
| HSL | 65.06º | 0.61% | 0.51% | - |
| HSV(B) | 65.06º | 0.75% | 0.81% | - |
| XYZ | 44.68 | 55.73 | 11.65 | - |
| YUV | 184.56 | 53.19 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 52 | 0.06 | 0 | 0.75 | 0.19 | 65.06 | 0.61 | 0.51 |
| Hex | C1 | CE | 34 | 6 | 0 | 4B | 13 | 41 | 3D | 33 |
| Octal | 301 | 316 | 64 | 6 | 0 | 113 | 23 | 101 | 75 | 63 |
| Binary | 11000001 | 11001110 | 110100 | 110 | 0 | 1001011 | 10011 | 1000001 | 111101 | 110011 |
Color Harmonies of #C1CE34
Complementary color
Monochromatic Colors of #C1CE34
Black with #C1CE34
Text Example
Text Example
White with #C1CE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CE34; }
p { color: rgb(193,206,52); }
H1.HeaderClassName
{
color: #C1CE34;
}
.AnyTagClassName
{
color: #C1CE34;
}
</style>
background-color css
<style>
a { background-color: #C1CE34; }
a { background-color: rgb(193,206,52); }
div.DivClassName
{
background-color: #C1CE34;
}
.BgClassName
{
background-color: #C1CE34;
}
</style>
border-color css
<style>
span { border-color: #C1CE34; }
span { border-color: rgb(193,206,52); }
td.TdClassName
{
border-color: #C1CE34;
}
.TagClassName
{
border-color: #C1CE34;
}
</style>