Shades of Fuego #C5C835
Tints of Fuego #C5C835
RGB
CMYK
RGB Variations
Color information
#C5C835 (or 0xC5C835) is known color: Fuego. HEX triplet: C5, C8 and 35. RGB value is (197,200,53). Sum of RGB (Red+Green+Blue) = 197+200+53=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 53 (21.09% from 255 or 11.78% from 450); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C835 is #3A37CA. Grayscale: #B6B6B6. Windows color (decimal): -3815371 or 3524805. OLE color: 3524805.
HSL color Cylindrical-coordinate representation of color #C5C835: hue angle of 61.22º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5C835 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 53 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.22 |
| HSL | 61.22º | 0.58% | 0.5% | - |
| HSV(B) | 61.22º | 0.74% | 0.78% | - |
| XYZ | 44.32 | 53.44 | 11.35 | - |
| YUV | 182.35 | 55.01 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 53 | 0.02 | 0 | 0.74 | 0.22 | 61.22 | 0.58 | 0.5 |
| Hex | C5 | C8 | 35 | 2 | 0 | 4A | 16 | 3D | 3A | 32 |
| Octal | 305 | 310 | 65 | 2 | 0 | 112 | 26 | 75 | 72 | 62 |
| Binary | 11000101 | 11001000 | 110101 | 10 | 0 | 1001010 | 10110 | 111101 | 111010 | 110010 |
Color Harmonies of #C5C835
Complementary color
Monochromatic Colors of #C5C835
Black with #C5C835
Text Example
Text Example
White with #C5C835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C835; }
p { color: rgb(197,200,53); }
H1.HeaderClassName
{
color: #C5C835;
}
.AnyTagClassName
{
color: #C5C835;
}
</style>
background-color css
<style>
a { background-color: #C5C835; }
a { background-color: rgb(197,200,53); }
div.DivClassName
{
background-color: #C5C835;
}
.BgClassName
{
background-color: #C5C835;
}
</style>
border-color css
<style>
span { border-color: #C5C835; }
span { border-color: rgb(197,200,53); }
td.TdClassName
{
border-color: #C5C835;
}
.TagClassName
{
border-color: #C5C835;
}
</style>