Shades of Fuego #C5C935
Tints of Fuego #C5C935
RGB
CMYK
RGB Variations
Color information
#C5C935 (or 0xC5C935) is known color: Fuego. HEX triplet: C5, C9 and 35. RGB value is (197,201,53). Sum of RGB (Red+Green+Blue) = 197+201+53=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 53 (21.09% from 255 or 11.75% from 451); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C935 is #3A36CA. Grayscale: #B7B7B7. Windows color (decimal): -3815115 or 3525061. OLE color: 3525061.
HSL color Cylindrical-coordinate representation of color #C5C935: hue angle of 61.62º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5C935 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 201 | 53 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.21 |
| HSL | 61.62º | 0.58% | 0.5% | - |
| HSV(B) | 61.62º | 0.74% | 0.79% | - |
| XYZ | 44.56 | 53.9 | 11.42 | - |
| YUV | 182.93 | 54.67 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 53 | 0.02 | 0 | 0.74 | 0.21 | 61.62 | 0.58 | 0.5 |
| Hex | C5 | C9 | 35 | 2 | 0 | 4A | 15 | 3E | 3A | 32 |
| Octal | 305 | 311 | 65 | 2 | 0 | 112 | 25 | 76 | 72 | 62 |
| Binary | 11000101 | 11001001 | 110101 | 10 | 0 | 1001010 | 10101 | 111110 | 111010 | 110010 |
Color Harmonies of #C5C935
Complementary color
Monochromatic Colors of #C5C935
Black with #C5C935
Text Example
Text Example
White with #C5C935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C935; }
p { color: rgb(197,201,53); }
H1.HeaderClassName
{
color: #C5C935;
}
.AnyTagClassName
{
color: #C5C935;
}
</style>
background-color css
<style>
a { background-color: #C5C935; }
a { background-color: rgb(197,201,53); }
div.DivClassName
{
background-color: #C5C935;
}
.BgClassName
{
background-color: #C5C935;
}
</style>
border-color css
<style>
span { border-color: #C5C935; }
span { border-color: rgb(197,201,53); }
td.TdClassName
{
border-color: #C5C935;
}
.TagClassName
{
border-color: #C5C935;
}
</style>