Shades of Fuego #C2C834
Tints of Fuego #C2C834
RGB
CMYK
RGB Variations
Color information
#C2C834 (or 0xC2C834) is known color: Fuego. HEX triplet: C2, C8 and 34. RGB value is (194,200,52). Sum of RGB (Red+Green+Blue) = 194+200+52=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C834 is #3D37CB. Grayscale: #B5B5B5. Windows color (decimal): -4011980 or 3459266. OLE color: 3459266.
HSL color Cylindrical-coordinate representation of color #C2C834: hue angle of 62.43º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2C834 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 200 | 52 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.22 |
| HSL | 62.43º | 0.59% | 0.49% | - |
| HSV(B) | 62.43º | 0.74% | 0.78% | - |
| XYZ | 43.52 | 53.03 | 11.19 | - |
| YUV | 181.33 | 55.01 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 200 | 52 | 0.03 | 0 | 0.74 | 0.22 | 62.43 | 0.59 | 0.49 |
| Hex | C2 | C8 | 34 | 3 | 0 | 4A | 16 | 3E | 3B | 31 |
| Octal | 302 | 310 | 64 | 3 | 0 | 112 | 26 | 76 | 73 | 61 |
| Binary | 11000010 | 11001000 | 110100 | 11 | 0 | 1001010 | 10110 | 111110 | 111011 | 110001 |
Color Harmonies of #C2C834
Complementary color
Monochromatic Colors of #C2C834
Black with #C2C834
Text Example
Text Example
White with #C2C834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C834; }
p { color: rgb(194,200,52); }
H1.HeaderClassName
{
color: #C2C834;
}
.AnyTagClassName
{
color: #C2C834;
}
</style>
background-color css
<style>
a { background-color: #C2C834; }
a { background-color: rgb(194,200,52); }
div.DivClassName
{
background-color: #C2C834;
}
.BgClassName
{
background-color: #C2C834;
}
</style>
border-color css
<style>
span { border-color: #C2C834; }
span { border-color: rgb(194,200,52); }
td.TdClassName
{
border-color: #C2C834;
}
.TagClassName
{
border-color: #C2C834;
}
</style>