Shades of Fuego #C2C32F
Tints of Fuego #C2C32F
RGB
CMYK
RGB Variations
Color information
#C2C32F (or 0xC2C32F) is known color: Fuego. HEX triplet: C2, C3 and 2F. RGB value is (194,195,47). Sum of RGB (Red+Green+Blue) = 194+195+47=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 47 (18.75% from 255 or 10.78% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C32F is #3D3CD0. Grayscale: #B2B2B2. Windows color (decimal): -4013265 or 3130306. OLE color: 3130306.
HSL color Cylindrical-coordinate representation of color #C2C32F: hue angle of 60.41º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2C32F is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 47 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.24 |
| HSL | 60.41º | 0.61% | 0.47% | - |
| HSV(B) | 60.41º | 0.76% | 0.76% | - |
| XYZ | 42.28 | 50.7 | 10.25 | - |
| YUV | 177.83 | 54.17 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 47 | 0.01 | 0 | 0.76 | 0.24 | 60.41 | 0.61 | 0.47 |
| Hex | C2 | C3 | 2F | 1 | 0 | 4C | 18 | 3C | 3D | 2F |
| Octal | 302 | 303 | 57 | 1 | 0 | 114 | 30 | 74 | 75 | 57 |
| Binary | 11000010 | 11000011 | 101111 | 1 | 0 | 1001100 | 11000 | 111100 | 111101 | 101111 |
Color Harmonies of #C2C32F
Complementary color
Monochromatic Colors of #C2C32F
Black with #C2C32F
Text Example
Text Example
White with #C2C32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C32F; }
p { color: rgb(194,195,47); }
H1.HeaderClassName
{
color: #C2C32F;
}
.AnyTagClassName
{
color: #C2C32F;
}
</style>
background-color css
<style>
a { background-color: #C2C32F; }
a { background-color: rgb(194,195,47); }
div.DivClassName
{
background-color: #C2C32F;
}
.BgClassName
{
background-color: #C2C32F;
}
</style>
border-color css
<style>
span { border-color: #C2C32F; }
span { border-color: rgb(194,195,47); }
td.TdClassName
{
border-color: #C2C32F;
}
.TagClassName
{
border-color: #C2C32F;
}
</style>