Shades of Fuego #C5C834
Tints of Fuego #C5C834
RGB
CMYK
RGB Variations
Color information
#C5C834 (or 0xC5C834) is known color: Fuego. HEX triplet: C5, C8 and 34. RGB value is (197,200,52). Sum of RGB (Red+Green+Blue) = 197+200+52=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C834 is #3A37CB. Grayscale: #B6B6B6. Windows color (decimal): -3815372 or 3459269. OLE color: 3459269.
HSL color Cylindrical-coordinate representation of color #C5C834: hue angle of 61.22º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5C834 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 52 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.22 |
| HSL | 61.22º | 0.59% | 0.49% | - |
| HSV(B) | 61.22º | 0.74% | 0.78% | - |
| XYZ | 44.3 | 53.43 | 11.23 | - |
| YUV | 182.23 | 54.51 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 52 | 0.02 | 0 | 0.74 | 0.22 | 61.22 | 0.59 | 0.49 |
| Hex | C5 | C8 | 34 | 2 | 0 | 4A | 16 | 3D | 3B | 31 |
| Octal | 305 | 310 | 64 | 2 | 0 | 112 | 26 | 75 | 73 | 61 |
| Binary | 11000101 | 11001000 | 110100 | 10 | 0 | 1001010 | 10110 | 111101 | 111011 | 110001 |
Color Harmonies of #C5C834
Complementary color
Monochromatic Colors of #C5C834
Black with #C5C834
Text Example
Text Example
White with #C5C834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C834; }
p { color: rgb(197,200,52); }
H1.HeaderClassName
{
color: #C5C834;
}
.AnyTagClassName
{
color: #C5C834;
}
</style>
background-color css
<style>
a { background-color: #C5C834; }
a { background-color: rgb(197,200,52); }
div.DivClassName
{
background-color: #C5C834;
}
.BgClassName
{
background-color: #C5C834;
}
</style>
border-color css
<style>
span { border-color: #C5C834; }
span { border-color: rgb(197,200,52); }
td.TdClassName
{
border-color: #C5C834;
}
.TagClassName
{
border-color: #C5C834;
}
</style>