Shades of Fuego #C3C62C
Tints of Fuego #C3C62C
RGB
CMYK
RGB Variations
Color information
#C3C62C (or 0xC3C62C) is known color: Fuego. HEX triplet: C3, C6 and 2C. RGB value is (195,198,44). Sum of RGB (Red+Green+Blue) = 195+198+44=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 44 (17.58% from 255 or 10.07% from 437); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C62C is #3C39D3. Grayscale: #B4B4B4. Windows color (decimal): -3946964 or 2934467. OLE color: 2934467.
HSL color Cylindrical-coordinate representation of color #C3C62C: hue angle of 61.17º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3C62C is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 44 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.22 |
| HSL | 61.17º | 0.64% | 0.47% | - |
| HSV(B) | 61.17º | 0.78% | 0.78% | - |
| XYZ | 43.15 | 52.17 | 10.18 | - |
| YUV | 179.55 | 51.51 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 44 | 0.02 | 0 | 0.78 | 0.22 | 61.17 | 0.64 | 0.47 |
| Hex | C3 | C6 | 2C | 2 | 0 | 4E | 16 | 3D | 40 | 2F |
| Octal | 303 | 306 | 54 | 2 | 0 | 116 | 26 | 75 | 100 | 57 |
| Binary | 11000011 | 11000110 | 101100 | 10 | 0 | 1001110 | 10110 | 111101 | 1000000 | 101111 |
Color Harmonies of #C3C62C
Complementary color
Monochromatic Colors of #C3C62C
Black with #C3C62C
Text Example
Text Example
White with #C3C62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C62C; }
p { color: rgb(195,198,44); }
H1.HeaderClassName
{
color: #C3C62C;
}
.AnyTagClassName
{
color: #C3C62C;
}
</style>
background-color css
<style>
a { background-color: #C3C62C; }
a { background-color: rgb(195,198,44); }
div.DivClassName
{
background-color: #C3C62C;
}
.BgClassName
{
background-color: #C3C62C;
}
</style>
border-color css
<style>
span { border-color: #C3C62C; }
span { border-color: rgb(195,198,44); }
td.TdClassName
{
border-color: #C3C62C;
}
.TagClassName
{
border-color: #C3C62C;
}
</style>