Shades of Fuego #C5C933
Tints of Fuego #C5C933
RGB
CMYK
RGB Variations
Color information
#C5C933 (or 0xC5C933) is known color: Fuego. HEX triplet: C5, C9 and 33. RGB value is (197,201,51). Sum of RGB (Red+Green+Blue) = 197+201+51=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 51 (20.31% from 255 or 11.36% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C933 is #3A36CC. Grayscale: #B7B7B7. Windows color (decimal): -3815117 or 3393989. OLE color: 3393989.
HSL color Cylindrical-coordinate representation of color #C5C933: hue angle of 61.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5C933 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 201 | 51 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.21 |
| HSL | 61.6º | 0.6% | 0.49% | - |
| HSV(B) | 61.6º | 0.75% | 0.79% | - |
| XYZ | 44.51 | 53.88 | 11.19 | - |
| YUV | 182.7 | 53.67 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 51 | 0.02 | 0 | 0.75 | 0.21 | 61.6 | 0.6 | 0.49 |
| Hex | C5 | C9 | 33 | 2 | 0 | 4B | 15 | 3E | 3C | 31 |
| Octal | 305 | 311 | 63 | 2 | 0 | 113 | 25 | 76 | 74 | 61 |
| Binary | 11000101 | 11001001 | 110011 | 10 | 0 | 1001011 | 10101 | 111110 | 111100 | 110001 |
Color Harmonies of #C5C933
Complementary color
Monochromatic Colors of #C5C933
Black with #C5C933
Text Example
Text Example
White with #C5C933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C933; }
p { color: rgb(197,201,51); }
H1.HeaderClassName
{
color: #C5C933;
}
.AnyTagClassName
{
color: #C5C933;
}
</style>
background-color css
<style>
a { background-color: #C5C933; }
a { background-color: rgb(197,201,51); }
div.DivClassName
{
background-color: #C5C933;
}
.BgClassName
{
background-color: #C5C933;
}
</style>
border-color css
<style>
span { border-color: #C5C933; }
span { border-color: rgb(197,201,51); }
td.TdClassName
{
border-color: #C5C933;
}
.TagClassName
{
border-color: #C5C933;
}
</style>