Shades of Fuego #C5C927
Tints of Fuego #C5C927
RGB
CMYK
RGB Variations
Color information
#C5C927 (or 0xC5C927) is known color: Fuego. HEX triplet: C5, C9 and 27. RGB value is (197,201,39). Sum of RGB (Red+Green+Blue) = 197+201+39=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 39 (15.62% from 255 or 8.92% from 437); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C927 is #3A36D8. Grayscale: #B5B5B5. Windows color (decimal): -3815129 or 2607557. OLE color: 2607557.
HSL color Cylindrical-coordinate representation of color #C5C927: hue angle of 61.48º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5C927 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 201 | 39 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.21 |
| HSL | 61.48º | 0.68% | 0.47% | - |
| HSV(B) | 61.48º | 0.81% | 0.79% | - |
| XYZ | 44.28 | 53.79 | 9.97 | - |
| YUV | 181.34 | 47.67 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 39 | 0.02 | 0 | 0.81 | 0.21 | 61.48 | 0.68 | 0.47 |
| Hex | C5 | C9 | 27 | 2 | 0 | 51 | 15 | 3D | 44 | 2F |
| Octal | 305 | 311 | 47 | 2 | 0 | 121 | 25 | 75 | 104 | 57 |
| Binary | 11000101 | 11001001 | 100111 | 10 | 0 | 1010001 | 10101 | 111101 | 1000100 | 101111 |
Color Harmonies of #C5C927
Complementary color
Monochromatic Colors of #C5C927
Black with #C5C927
Text Example
Text Example
White with #C5C927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C927; }
p { color: rgb(197,201,39); }
H1.HeaderClassName
{
color: #C5C927;
}
.AnyTagClassName
{
color: #C5C927;
}
</style>
background-color css
<style>
a { background-color: #C5C927; }
a { background-color: rgb(197,201,39); }
div.DivClassName
{
background-color: #C5C927;
}
.BgClassName
{
background-color: #C5C927;
}
</style>
border-color css
<style>
span { border-color: #C5C927; }
span { border-color: rgb(197,201,39); }
td.TdClassName
{
border-color: #C5C927;
}
.TagClassName
{
border-color: #C5C927;
}
</style>