Shades of Fuego #C3C52E
Tints of Fuego #C3C52E
RGB
CMYK
RGB Variations
Color information
#C3C52E (or 0xC3C52E) is known color: Fuego. HEX triplet: C3, C5 and 2E. RGB value is (195,197,46). Sum of RGB (Red+Green+Blue) = 195+197+46=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 46 (18.36% from 255 or 10.50% from 438); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C52E is #3C3AD1. Grayscale: #B3B3B3. Windows color (decimal): -3947218 or 3065283. OLE color: 3065283.
HSL color Cylindrical-coordinate representation of color #C3C52E: hue angle of 60.79º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3C52E is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 46 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.23 |
| HSL | 60.79º | 0.62% | 0.48% | - |
| HSV(B) | 60.79º | 0.77% | 0.77% | - |
| XYZ | 42.97 | 51.73 | 10.31 | - |
| YUV | 179.19 | 52.84 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 46 | 0.01 | 0 | 0.77 | 0.23 | 60.79 | 0.62 | 0.48 |
| Hex | C3 | C5 | 2E | 1 | 0 | 4D | 17 | 3D | 3E | 30 |
| Octal | 303 | 305 | 56 | 1 | 0 | 115 | 27 | 75 | 76 | 60 |
| Binary | 11000011 | 11000101 | 101110 | 1 | 0 | 1001101 | 10111 | 111101 | 111110 | 110000 |
Color Harmonies of #C3C52E
Complementary color
Monochromatic Colors of #C3C52E
Black with #C3C52E
Text Example
Text Example
White with #C3C52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C52E; }
p { color: rgb(195,197,46); }
H1.HeaderClassName
{
color: #C3C52E;
}
.AnyTagClassName
{
color: #C3C52E;
}
</style>
background-color css
<style>
a { background-color: #C3C52E; }
a { background-color: rgb(195,197,46); }
div.DivClassName
{
background-color: #C3C52E;
}
.BgClassName
{
background-color: #C3C52E;
}
</style>
border-color css
<style>
span { border-color: #C3C52E; }
span { border-color: rgb(195,197,46); }
td.TdClassName
{
border-color: #C3C52E;
}
.TagClassName
{
border-color: #C3C52E;
}
</style>