Shades of Fuego #C3C32E
Tints of Fuego #C3C32E
RGB
CMYK
RGB Variations
Color information
#C3C32E (or 0xC3C32E) is known color: Fuego. HEX triplet: C3, C3 and 2E. RGB value is (195,195,46). Sum of RGB (Red+Green+Blue) = 195+195+46=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C32E is #3C3CD1. Grayscale: #B2B2B2. Windows color (decimal): -3947730 or 3064771. OLE color: 3064771.
HSL color Cylindrical-coordinate representation of color #C3C32E: hue angle of 60º degrees, saturation: 0.62, 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 #C3C32E is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 195 | 46 | - |
| CMYK | 0 | 0 | 0.76 | 0.24 |
| HSL | 60º | 0.62% | 0.47% | - |
| HSV(B) | 60º | 0.76% | 0.76% | - |
| XYZ | 42.51 | 50.83 | 10.16 | - |
| YUV | 178.01 | 53.5 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 195 | 46 | 0 | 0 | 0.76 | 0.24 | 60 | 0.62 | 0.47 |
| Hex | C3 | C3 | 2E | 0 | 0 | 4C | 18 | 3C | 3E | 2F |
| Octal | 303 | 303 | 56 | 0 | 0 | 114 | 30 | 74 | 76 | 57 |
| Binary | 11000011 | 11000011 | 101110 | 0 | 0 | 1001100 | 11000 | 111100 | 111110 | 101111 |
Color Harmonies of #C3C32E
Complementary color
Monochromatic Colors of #C3C32E
Black with #C3C32E
Text Example
Text Example
White with #C3C32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C32E; }
p { color: rgb(195,195,46); }
H1.HeaderClassName
{
color: #C3C32E;
}
.AnyTagClassName
{
color: #C3C32E;
}
</style>
background-color css
<style>
a { background-color: #C3C32E; }
a { background-color: rgb(195,195,46); }
div.DivClassName
{
background-color: #C3C32E;
}
.BgClassName
{
background-color: #C3C32E;
}
</style>
border-color css
<style>
span { border-color: #C3C32E; }
span { border-color: rgb(195,195,46); }
td.TdClassName
{
border-color: #C3C32E;
}
.TagClassName
{
border-color: #C3C32E;
}
</style>