Shades of Fuego #C2CE2A
Tints of Fuego #C2CE2A
RGB
CMYK
RGB Variations
Color information
#C2CE2A (or 0xC2CE2A) is known color: Fuego. HEX triplet: C2, CE and 2A. RGB value is (194,206,42). Sum of RGB (Red+Green+Blue) = 194+206+42=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 42 (16.80% from 255 or 9.50% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CE2A is #3D31D5. Grayscale: #B8B8B8. Windows color (decimal): -4010454 or 2805442. OLE color: 2805442.
HSL color Cylindrical-coordinate representation of color #C2CE2A: hue angle of 64.39º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2CE2A is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 206 | 42 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.19 |
| HSL | 64.39º | 0.66% | 0.49% | - |
| HSV(B) | 64.39º | 0.8% | 0.81% | - |
| XYZ | 44.74 | 55.78 | 10.6 | - |
| YUV | 183.72 | 48.02 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 42 | 0.06 | 0 | 0.80 | 0.19 | 64.39 | 0.66 | 0.49 |
| Hex | C2 | CE | 2A | 6 | 0 | 50 | 13 | 40 | 42 | 31 |
| Octal | 302 | 316 | 52 | 6 | 0 | 120 | 23 | 100 | 102 | 61 |
| Binary | 11000010 | 11001110 | 101010 | 110 | 0 | 1010000 | 10011 | 1000000 | 1000010 | 110001 |
Color Harmonies of #C2CE2A
Complementary color
Monochromatic Colors of #C2CE2A
Black with #C2CE2A
Text Example
Text Example
White with #C2CE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CE2A; }
p { color: rgb(194,206,42); }
H1.HeaderClassName
{
color: #C2CE2A;
}
.AnyTagClassName
{
color: #C2CE2A;
}
</style>
background-color css
<style>
a { background-color: #C2CE2A; }
a { background-color: rgb(194,206,42); }
div.DivClassName
{
background-color: #C2CE2A;
}
.BgClassName
{
background-color: #C2CE2A;
}
</style>
border-color css
<style>
span { border-color: #C2CE2A; }
span { border-color: rgb(194,206,42); }
td.TdClassName
{
border-color: #C2CE2A;
}
.TagClassName
{
border-color: #C2CE2A;
}
</style>