Shades of Fuego #C1CC2B
Tints of Fuego #C1CC2B
RGB
CMYK
RGB Variations
Color information
#C1CC2B (or 0xC1CC2B) is known color: Fuego. HEX triplet: C1, CC and 2B. RGB value is (193,204,43). Sum of RGB (Red+Green+Blue) = 193+204+43=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 43 (17.19% from 255 or 9.77% from 440); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CC2B is #3E33D4. Grayscale: #B6B6B6. Windows color (decimal): -4076501 or 2870465. OLE color: 2870465.
HSL color Cylindrical-coordinate representation of color #C1CC2B: hue angle of 64.1º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1CC2B is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 204 | 43 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.2 |
| HSL | 64.1º | 0.65% | 0.48% | - |
| HSV(B) | 64.1º | 0.79% | 0.8% | - |
| XYZ | 44.02 | 54.7 | 10.52 | - |
| YUV | 182.36 | 49.36 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 43 | 0.05 | 0 | 0.79 | 0.2 | 64.1 | 0.65 | 0.48 |
| Hex | C1 | CC | 2B | 5 | 0 | 4F | 14 | 40 | 41 | 30 |
| Octal | 301 | 314 | 53 | 5 | 0 | 117 | 24 | 100 | 101 | 60 |
| Binary | 11000001 | 11001100 | 101011 | 101 | 0 | 1001111 | 10100 | 1000000 | 1000001 | 110000 |
Color Harmonies of #C1CC2B
Complementary color
Monochromatic Colors of #C1CC2B
Black with #C1CC2B
Text Example
Text Example
White with #C1CC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CC2B; }
p { color: rgb(193,204,43); }
H1.HeaderClassName
{
color: #C1CC2B;
}
.AnyTagClassName
{
color: #C1CC2B;
}
</style>
background-color css
<style>
a { background-color: #C1CC2B; }
a { background-color: rgb(193,204,43); }
div.DivClassName
{
background-color: #C1CC2B;
}
.BgClassName
{
background-color: #C1CC2B;
}
</style>
border-color css
<style>
span { border-color: #C1CC2B; }
span { border-color: rgb(193,204,43); }
td.TdClassName
{
border-color: #C1CC2B;
}
.TagClassName
{
border-color: #C1CC2B;
}
</style>