Shades of Fuego #C5C534
Tints of Fuego #C5C534
RGB
CMYK
RGB Variations
Color information
#C5C534 (or 0xC5C534) is known color: Fuego. HEX triplet: C5, C5 and 34. RGB value is (197,197,52). Sum of RGB (Red+Green+Blue) = 197+197+52=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C534 is #3A3ACB. Grayscale: #B5B5B5. Windows color (decimal): -3816140 or 3458501. OLE color: 3458501.
HSL color Cylindrical-coordinate representation of color #C5C534: hue angle of 60º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5C534 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 197 | 52 | - |
| CMYK | 0 | 0 | 0.74 | 0.23 |
| HSL | 60º | 0.58% | 0.49% | - |
| HSV(B) | 60º | 0.74% | 0.77% | - |
| XYZ | 43.61 | 52.05 | 11 | - |
| YUV | 180.47 | 55.5 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 197 | 52 | 0 | 0 | 0.74 | 0.23 | 60 | 0.58 | 0.49 |
| Hex | C5 | C5 | 34 | 0 | 0 | 4A | 17 | 3C | 3A | 31 |
| Octal | 305 | 305 | 64 | 0 | 0 | 112 | 27 | 74 | 72 | 61 |
| Binary | 11000101 | 11000101 | 110100 | 0 | 0 | 1001010 | 10111 | 111100 | 111010 | 110001 |
Color Harmonies of #C5C534
Complementary color
Monochromatic Colors of #C5C534
Black with #C5C534
Text Example
Text Example
White with #C5C534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C534; }
p { color: rgb(197,197,52); }
H1.HeaderClassName
{
color: #C5C534;
}
.AnyTagClassName
{
color: #C5C534;
}
</style>
background-color css
<style>
a { background-color: #C5C534; }
a { background-color: rgb(197,197,52); }
div.DivClassName
{
background-color: #C5C534;
}
.BgClassName
{
background-color: #C5C534;
}
</style>
border-color css
<style>
span { border-color: #C5C534; }
span { border-color: rgb(197,197,52); }
td.TdClassName
{
border-color: #C5C534;
}
.TagClassName
{
border-color: #C5C534;
}
</style>