Shades of Fuego #C2C935
Tints of Fuego #C2C935
RGB
CMYK
RGB Variations
Color information
#C2C935 (or 0xC2C935) is known color: Fuego. HEX triplet: C2, C9 and 35. RGB value is (194,201,53). Sum of RGB (Red+Green+Blue) = 194+201+53=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 53 (21.09% from 255 or 11.83% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C935 is #3D36CA. Grayscale: #B6B6B6. Windows color (decimal): -4011723 or 3525058. OLE color: 3525058.
HSL color Cylindrical-coordinate representation of color #C2C935: hue angle of 62.84º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2C935 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 201 | 53 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.21 |
| HSL | 62.84º | 0.58% | 0.5% | - |
| HSV(B) | 62.84º | 0.74% | 0.79% | - |
| XYZ | 43.78 | 53.5 | 11.39 | - |
| YUV | 182.04 | 55.18 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 53 | 0.03 | 0 | 0.74 | 0.21 | 62.84 | 0.58 | 0.5 |
| Hex | C2 | C9 | 35 | 3 | 0 | 4A | 15 | 3F | 3A | 32 |
| Octal | 302 | 311 | 65 | 3 | 0 | 112 | 25 | 77 | 72 | 62 |
| Binary | 11000010 | 11001001 | 110101 | 11 | 0 | 1001010 | 10101 | 111111 | 111010 | 110010 |
Color Harmonies of #C2C935
Complementary color
Monochromatic Colors of #C2C935
Black with #C2C935
Text Example
Text Example
White with #C2C935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C935; }
p { color: rgb(194,201,53); }
H1.HeaderClassName
{
color: #C2C935;
}
.AnyTagClassName
{
color: #C2C935;
}
</style>
background-color css
<style>
a { background-color: #C2C935; }
a { background-color: rgb(194,201,53); }
div.DivClassName
{
background-color: #C2C935;
}
.BgClassName
{
background-color: #C2C935;
}
</style>
border-color css
<style>
span { border-color: #C2C935; }
span { border-color: rgb(194,201,53); }
td.TdClassName
{
border-color: #C2C935;
}
.TagClassName
{
border-color: #C2C935;
}
</style>