Shades of Fuego #C3C928
Tints of Fuego #C3C928
RGB
CMYK
RGB Variations
Color information
#C3C928 (or 0xC3C928) is known color: Fuego. HEX triplet: C3, C9 and 28. RGB value is (195,201,40). Sum of RGB (Red+Green+Blue) = 195+201+40=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #C3C928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C928 is #3C36D7. Grayscale: #B5B5B5. Windows color (decimal): -3946200 or 2673091. OLE color: 2673091.
HSL color Cylindrical-coordinate representation of color #C3C928: hue angle of 62.24º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C3C928 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 201 | 40 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.21 |
| HSL | 62.24º | 0.67% | 0.47% | - |
| HSV(B) | 62.24º | 0.8% | 0.79% | - |
| XYZ | 43.78 | 53.53 | 10.03 | - |
| YUV | 180.85 | 48.51 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 201 | 40 | 0.03 | 0 | 0.80 | 0.21 | 62.24 | 0.67 | 0.47 |
| Hex | C3 | C9 | 28 | 3 | 0 | 50 | 15 | 3E | 43 | 2F |
| Octal | 303 | 311 | 50 | 3 | 0 | 120 | 25 | 76 | 103 | 57 |
| Binary | 11000011 | 11001001 | 101000 | 11 | 0 | 1010000 | 10101 | 111110 | 1000011 | 101111 |
Color Harmonies of #C3C928
Complementary color
Monochromatic Colors of #C3C928
Black with #C3C928
Text Example
Text Example
White with #C3C928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C928; }
p { color: rgb(195,201,40); }
H1.HeaderClassName
{
color: #C3C928;
}
.AnyTagClassName
{
color: #C3C928;
}
</style>
background-color css
<style>
a { background-color: #C3C928; }
a { background-color: rgb(195,201,40); }
div.DivClassName
{
background-color: #C3C928;
}
.BgClassName
{
background-color: #C3C928;
}
</style>
border-color css
<style>
span { border-color: #C3C928; }
span { border-color: rgb(195,201,40); }
td.TdClassName
{
border-color: #C3C928;
}
.TagClassName
{
border-color: #C3C928;
}
</style>