Shades of Fuego #C1CC33
Tints of Fuego #C1CC33
RGB
CMYK
RGB Variations
Color information
#C1CC33 (or 0xC1CC33) is known color: Fuego. HEX triplet: C1, CC and 33. RGB value is (193,204,51). Sum of RGB (Red+Green+Blue) = 193+204+51=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 51 (20.31% from 255 or 11.38% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CC33 is #3E33CC. Grayscale: #B7B7B7. Windows color (decimal): -4076493 or 3394753. OLE color: 3394753.
HSL color Cylindrical-coordinate representation of color #C1CC33: hue angle of 64.31º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1CC33 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 204 | 51 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.2 |
| HSL | 64.31º | 0.6% | 0.5% | - |
| HSV(B) | 64.31º | 0.75% | 0.8% | - |
| XYZ | 44.18 | 54.76 | 11.37 | - |
| YUV | 183.27 | 53.36 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 51 | 0.05 | 0 | 0.75 | 0.2 | 64.31 | 0.6 | 0.5 |
| Hex | C1 | CC | 33 | 5 | 0 | 4B | 14 | 40 | 3C | 32 |
| Octal | 301 | 314 | 63 | 5 | 0 | 113 | 24 | 100 | 74 | 62 |
| Binary | 11000001 | 11001100 | 110011 | 101 | 0 | 1001011 | 10100 | 1000000 | 111100 | 110010 |
Color Harmonies of #C1CC33
Complementary color
Monochromatic Colors of #C1CC33
Black with #C1CC33
Text Example
Text Example
White with #C1CC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CC33; }
p { color: rgb(193,204,51); }
H1.HeaderClassName
{
color: #C1CC33;
}
.AnyTagClassName
{
color: #C1CC33;
}
</style>
background-color css
<style>
a { background-color: #C1CC33; }
a { background-color: rgb(193,204,51); }
div.DivClassName
{
background-color: #C1CC33;
}
.BgClassName
{
background-color: #C1CC33;
}
</style>
border-color css
<style>
span { border-color: #C1CC33; }
span { border-color: rgb(193,204,51); }
td.TdClassName
{
border-color: #C1CC33;
}
.TagClassName
{
border-color: #C1CC33;
}
</style>