Shades of Fuego #C3C52C
Tints of Fuego #C3C52C
RGB
CMYK
RGB Variations
Color information
#C3C52C (or 0xC3C52C) is known color: Fuego. HEX triplet: C3, C5 and 2C. RGB value is (195,197,44). Sum of RGB (Red+Green+Blue) = 195+197+44=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 44 (17.58% from 255 or 10.09% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C52C is #3C3AD3. Grayscale: #B3B3B3. Windows color (decimal): -3947220 or 2934211. OLE color: 2934211.
HSL color Cylindrical-coordinate representation of color #C3C52C: hue angle of 60.78º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3C52C is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 44 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.23 |
| HSL | 60.78º | 0.63% | 0.47% | - |
| HSV(B) | 60.78º | 0.78% | 0.77% | - |
| XYZ | 42.93 | 51.72 | 10.1 | - |
| YUV | 178.96 | 51.84 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 44 | 0.01 | 0 | 0.78 | 0.23 | 60.78 | 0.63 | 0.47 |
| Hex | C3 | C5 | 2C | 1 | 0 | 4E | 17 | 3D | 3F | 2F |
| Octal | 303 | 305 | 54 | 1 | 0 | 116 | 27 | 75 | 77 | 57 |
| Binary | 11000011 | 11000101 | 101100 | 1 | 0 | 1001110 | 10111 | 111101 | 111111 | 101111 |
Color Harmonies of #C3C52C
Complementary color
Monochromatic Colors of #C3C52C
Black with #C3C52C
Text Example
Text Example
White with #C3C52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C52C; }
p { color: rgb(195,197,44); }
H1.HeaderClassName
{
color: #C3C52C;
}
.AnyTagClassName
{
color: #C3C52C;
}
</style>
background-color css
<style>
a { background-color: #C3C52C; }
a { background-color: rgb(195,197,44); }
div.DivClassName
{
background-color: #C3C52C;
}
.BgClassName
{
background-color: #C3C52C;
}
</style>
border-color css
<style>
span { border-color: #C3C52C; }
span { border-color: rgb(195,197,44); }
td.TdClassName
{
border-color: #C3C52C;
}
.TagClassName
{
border-color: #C3C52C;
}
</style>