Shades of Fuego #C3C728
Tints of Fuego #C3C728
RGB
CMYK
RGB Variations
Color information
#C3C728 (or 0xC3C728) is known color: Fuego. HEX triplet: C3, C7 and 28. RGB value is (195,199,40). Sum of RGB (Red+Green+Blue) = 195+199+40=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 40 (16.02% from 255 or 9.22% from 434); Max value from RGB is 199 - color contains mainly: green. Hex color #C3C728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C728 is #3C38D7. Grayscale: #B4B4B4. Windows color (decimal): -3946712 or 2672579. OLE color: 2672579.
HSL color Cylindrical-coordinate representation of color #C3C728: hue angle of 61.51º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C3C728 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 199 | 40 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.22 |
| HSL | 61.51º | 0.67% | 0.47% | - |
| HSV(B) | 61.51º | 0.8% | 0.78% | - |
| XYZ | 43.31 | 52.6 | 9.88 | - |
| YUV | 179.68 | 49.17 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 199 | 40 | 0.02 | 0 | 0.80 | 0.22 | 61.51 | 0.67 | 0.47 |
| Hex | C3 | C7 | 28 | 2 | 0 | 50 | 16 | 3E | 43 | 2F |
| Octal | 303 | 307 | 50 | 2 | 0 | 120 | 26 | 76 | 103 | 57 |
| Binary | 11000011 | 11000111 | 101000 | 10 | 0 | 1010000 | 10110 | 111110 | 1000011 | 101111 |
Color Harmonies of #C3C728
Complementary color
Monochromatic Colors of #C3C728
Black with #C3C728
Text Example
Text Example
White with #C3C728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C728; }
p { color: rgb(195,199,40); }
H1.HeaderClassName
{
color: #C3C728;
}
.AnyTagClassName
{
color: #C3C728;
}
</style>
background-color css
<style>
a { background-color: #C3C728; }
a { background-color: rgb(195,199,40); }
div.DivClassName
{
background-color: #C3C728;
}
.BgClassName
{
background-color: #C3C728;
}
</style>
border-color css
<style>
span { border-color: #C3C728; }
span { border-color: rgb(195,199,40); }
td.TdClassName
{
border-color: #C3C728;
}
.TagClassName
{
border-color: #C3C728;
}
</style>