Shades of Fuego #C3C42E
Tints of Fuego #C3C42E
RGB
CMYK
RGB Variations
Color information
#C3C42E (or 0xC3C42E) is known color: Fuego. HEX triplet: C3, C4 and 2E. RGB value is (195,196,46). Sum of RGB (Red+Green+Blue) = 195+196+46=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 46 (18.36% from 255 or 10.53% from 437); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C42E is #3C3BD1. Grayscale: #B3B3B3. Windows color (decimal): -3947474 or 3065027. OLE color: 3065027.
HSL color Cylindrical-coordinate representation of color #C3C42E: hue angle of 60.4º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3C42E is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 196 | 46 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.23 |
| HSL | 60.4º | 0.62% | 0.47% | - |
| HSV(B) | 60.4º | 0.77% | 0.77% | - |
| XYZ | 42.74 | 51.28 | 10.23 | - |
| YUV | 178.6 | 53.17 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 196 | 46 | 0.01 | 0 | 0.77 | 0.23 | 60.4 | 0.62 | 0.47 |
| Hex | C3 | C4 | 2E | 1 | 0 | 4D | 17 | 3C | 3E | 2F |
| Octal | 303 | 304 | 56 | 1 | 0 | 115 | 27 | 74 | 76 | 57 |
| Binary | 11000011 | 11000100 | 101110 | 1 | 0 | 1001101 | 10111 | 111100 | 111110 | 101111 |
Color Harmonies of #C3C42E
Complementary color
Monochromatic Colors of #C3C42E
Black with #C3C42E
Text Example
Text Example
White with #C3C42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C42E; }
p { color: rgb(195,196,46); }
H1.HeaderClassName
{
color: #C3C42E;
}
.AnyTagClassName
{
color: #C3C42E;
}
</style>
background-color css
<style>
a { background-color: #C3C42E; }
a { background-color: rgb(195,196,46); }
div.DivClassName
{
background-color: #C3C42E;
}
.BgClassName
{
background-color: #C3C42E;
}
</style>
border-color css
<style>
span { border-color: #C3C42E; }
span { border-color: rgb(195,196,46); }
td.TdClassName
{
border-color: #C3C42E;
}
.TagClassName
{
border-color: #C3C42E;
}
</style>