Shades of Fuego #C3C52F
Tints of Fuego #C3C52F
RGB
CMYK
RGB Variations
Color information
#C3C52F (or 0xC3C52F) is known color: Fuego. HEX triplet: C3, C5 and 2F. RGB value is (195,197,47). Sum of RGB (Red+Green+Blue) = 195+197+47=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 47 (18.75% from 255 or 10.71% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C52F is #3C3AD0. Grayscale: #B3B3B3. Windows color (decimal): -3947217 or 3130819. OLE color: 3130819.
HSL color Cylindrical-coordinate representation of color #C3C52F: hue angle of 60.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3C52F is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 47 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.23 |
| HSL | 60.8º | 0.61% | 0.48% | - |
| HSV(B) | 60.8º | 0.76% | 0.77% | - |
| XYZ | 42.99 | 51.74 | 10.41 | - |
| YUV | 179.3 | 53.34 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 47 | 0.01 | 0 | 0.76 | 0.23 | 60.8 | 0.61 | 0.48 |
| Hex | C3 | C5 | 2F | 1 | 0 | 4C | 17 | 3D | 3D | 30 |
| Octal | 303 | 305 | 57 | 1 | 0 | 114 | 27 | 75 | 75 | 60 |
| Binary | 11000011 | 11000101 | 101111 | 1 | 0 | 1001100 | 10111 | 111101 | 111101 | 110000 |
Color Harmonies of #C3C52F
Complementary color
Monochromatic Colors of #C3C52F
Black with #C3C52F
Text Example
Text Example
White with #C3C52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C52F; }
p { color: rgb(195,197,47); }
H1.HeaderClassName
{
color: #C3C52F;
}
.AnyTagClassName
{
color: #C3C52F;
}
</style>
background-color css
<style>
a { background-color: #C3C52F; }
a { background-color: rgb(195,197,47); }
div.DivClassName
{
background-color: #C3C52F;
}
.BgClassName
{
background-color: #C3C52F;
}
</style>
border-color css
<style>
span { border-color: #C3C52F; }
span { border-color: rgb(195,197,47); }
td.TdClassName
{
border-color: #C3C52F;
}
.TagClassName
{
border-color: #C3C52F;
}
</style>