Shades of Fuego #C2C82B
Tints of Fuego #C2C82B
RGB
CMYK
RGB Variations
Color information
#C2C82B (or 0xC2C82B) is known color: Fuego. HEX triplet: C2, C8 and 2B. RGB value is (194,200,43). Sum of RGB (Red+Green+Blue) = 194+200+43=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 43 (17.19% from 255 or 9.84% from 437); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C82B is #3D37D4. Grayscale: #B4B4B4. Windows color (decimal): -4011989 or 2869442. OLE color: 2869442.
HSL color Cylindrical-coordinate representation of color #C2C82B: hue angle of 62.29º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2C82B is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 200 | 43 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.22 |
| HSL | 62.29º | 0.65% | 0.48% | - |
| HSV(B) | 62.29º | 0.79% | 0.78% | - |
| XYZ | 43.34 | 52.95 | 10.22 | - |
| YUV | 180.31 | 50.51 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 200 | 43 | 0.03 | 0 | 0.78 | 0.22 | 62.29 | 0.65 | 0.48 |
| Hex | C2 | C8 | 2B | 3 | 0 | 4E | 16 | 3E | 41 | 30 |
| Octal | 302 | 310 | 53 | 3 | 0 | 116 | 26 | 76 | 101 | 60 |
| Binary | 11000010 | 11001000 | 101011 | 11 | 0 | 1001110 | 10110 | 111110 | 1000001 | 110000 |
Color Harmonies of #C2C82B
Complementary color
Monochromatic Colors of #C2C82B
Black with #C2C82B
Text Example
Text Example
White with #C2C82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C82B; }
p { color: rgb(194,200,43); }
H1.HeaderClassName
{
color: #C2C82B;
}
.AnyTagClassName
{
color: #C2C82B;
}
</style>
background-color css
<style>
a { background-color: #C2C82B; }
a { background-color: rgb(194,200,43); }
div.DivClassName
{
background-color: #C2C82B;
}
.BgClassName
{
background-color: #C2C82B;
}
</style>
border-color css
<style>
span { border-color: #C2C82B; }
span { border-color: rgb(194,200,43); }
td.TdClassName
{
border-color: #C2C82B;
}
.TagClassName
{
border-color: #C2C82B;
}
</style>