Shades of Fuego #C2CC2B
Tints of Fuego #C2CC2B
RGB
CMYK
RGB Variations
Color information
#C2CC2B (or 0xC2CC2B) is known color: Fuego. HEX triplet: C2, CC and 2B. RGB value is (194,204,43). Sum of RGB (Red+Green+Blue) = 194+204+43=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 43 (17.19% from 255 or 9.75% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CC2B is #3D33D4. Grayscale: #B7B7B7. Windows color (decimal): -4010965 or 2870466. OLE color: 2870466.
HSL color Cylindrical-coordinate representation of color #C2CC2B: hue angle of 63.73º 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 #C2CC2B is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 43 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.2 |
| HSL | 63.73º | 0.65% | 0.48% | - |
| HSV(B) | 63.73º | 0.79% | 0.8% | - |
| XYZ | 44.28 | 54.83 | 10.54 | - |
| YUV | 182.66 | 49.19 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 43 | 0.05 | 0 | 0.79 | 0.2 | 63.73 | 0.65 | 0.48 |
| Hex | C2 | CC | 2B | 5 | 0 | 4F | 14 | 40 | 41 | 30 |
| Octal | 302 | 314 | 53 | 5 | 0 | 117 | 24 | 100 | 101 | 60 |
| Binary | 11000010 | 11001100 | 101011 | 101 | 0 | 1001111 | 10100 | 1000000 | 1000001 | 110000 |
Color Harmonies of #C2CC2B
Complementary color
Monochromatic Colors of #C2CC2B
Black with #C2CC2B
Text Example
Text Example
White with #C2CC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CC2B; }
p { color: rgb(194,204,43); }
H1.HeaderClassName
{
color: #C2CC2B;
}
.AnyTagClassName
{
color: #C2CC2B;
}
</style>
background-color css
<style>
a { background-color: #C2CC2B; }
a { background-color: rgb(194,204,43); }
div.DivClassName
{
background-color: #C2CC2B;
}
.BgClassName
{
background-color: #C2CC2B;
}
</style>
border-color css
<style>
span { border-color: #C2CC2B; }
span { border-color: rgb(194,204,43); }
td.TdClassName
{
border-color: #C2CC2B;
}
.TagClassName
{
border-color: #C2CC2B;
}
</style>