Shades of Fuego #C1CC25
Tints of Fuego #C1CC25
RGB
CMYK
RGB Variations
Color information
#C1CC25 (or 0xC1CC25) is known color: Fuego. HEX triplet: C1, CC and 25. RGB value is (193,204,37). Sum of RGB (Red+Green+Blue) = 193+204+37=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 37 (14.84% from 255 or 8.53% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CC25 is #3E33DA. Grayscale: #B6B6B6. Windows color (decimal): -4076507 or 2477249. OLE color: 2477249.
HSL color Cylindrical-coordinate representation of color #C1CC25: hue angle of 63.95º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1CC25 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 204 | 37 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.2 |
| HSL | 63.95º | 0.69% | 0.47% | - |
| HSV(B) | 63.95º | 0.82% | 0.8% | - |
| XYZ | 43.92 | 54.66 | 9.99 | - |
| YUV | 181.67 | 46.36 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 37 | 0.05 | 0 | 0.82 | 0.2 | 63.95 | 0.69 | 0.47 |
| Hex | C1 | CC | 25 | 5 | 0 | 52 | 14 | 40 | 45 | 2F |
| Octal | 301 | 314 | 45 | 5 | 0 | 122 | 24 | 100 | 105 | 57 |
| Binary | 11000001 | 11001100 | 100101 | 101 | 0 | 1010010 | 10100 | 1000000 | 1000101 | 101111 |
Color Harmonies of #C1CC25
Complementary color
Monochromatic Colors of #C1CC25
Black with #C1CC25
Text Example
Text Example
White with #C1CC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CC25; }
p { color: rgb(193,204,37); }
H1.HeaderClassName
{
color: #C1CC25;
}
.AnyTagClassName
{
color: #C1CC25;
}
</style>
background-color css
<style>
a { background-color: #C1CC25; }
a { background-color: rgb(193,204,37); }
div.DivClassName
{
background-color: #C1CC25;
}
.BgClassName
{
background-color: #C1CC25;
}
</style>
border-color css
<style>
span { border-color: #C1CC25; }
span { border-color: rgb(193,204,37); }
td.TdClassName
{
border-color: #C1CC25;
}
.TagClassName
{
border-color: #C1CC25;
}
</style>