Shades of Fuego #C2C830
Tints of Fuego #C2C830
RGB
CMYK
RGB Variations
Color information
#C2C830 (or 0xC2C830) is known color: Fuego. HEX triplet: C2, C8 and 30. RGB value is (194,200,48). Sum of RGB (Red+Green+Blue) = 194+200+48=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 48 (19.14% from 255 or 10.86% from 442); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C830 is #3D37CF. Grayscale: #B5B5B5. Windows color (decimal): -4011984 or 3197122. OLE color: 3197122.
HSL color Cylindrical-coordinate representation of color #C2C830: hue angle of 62.37º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2C830 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 200 | 48 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.22 |
| HSL | 62.37º | 0.61% | 0.49% | - |
| HSV(B) | 62.37º | 0.76% | 0.78% | - |
| XYZ | 43.44 | 52.99 | 10.74 | - |
| YUV | 180.88 | 53.01 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 200 | 48 | 0.03 | 0 | 0.76 | 0.22 | 62.37 | 0.61 | 0.49 |
| Hex | C2 | C8 | 30 | 3 | 0 | 4C | 16 | 3E | 3D | 31 |
| Octal | 302 | 310 | 60 | 3 | 0 | 114 | 26 | 76 | 75 | 61 |
| Binary | 11000010 | 11001000 | 110000 | 11 | 0 | 1001100 | 10110 | 111110 | 111101 | 110001 |
Color Harmonies of #C2C830
Complementary color
Monochromatic Colors of #C2C830
Black with #C2C830
Text Example
Text Example
White with #C2C830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C830; }
p { color: rgb(194,200,48); }
H1.HeaderClassName
{
color: #C2C830;
}
.AnyTagClassName
{
color: #C2C830;
}
</style>
background-color css
<style>
a { background-color: #C2C830; }
a { background-color: rgb(194,200,48); }
div.DivClassName
{
background-color: #C2C830;
}
.BgClassName
{
background-color: #C2C830;
}
</style>
border-color css
<style>
span { border-color: #C2C830; }
span { border-color: rgb(194,200,48); }
td.TdClassName
{
border-color: #C2C830;
}
.TagClassName
{
border-color: #C2C830;
}
</style>