Shades of Fuego #C5C832
Tints of Fuego #C5C832
RGB
CMYK
RGB Variations
Color information
#C5C832 (or 0xC5C832) is known color: Fuego. HEX triplet: C5, C8 and 32. RGB value is (197,200,50). Sum of RGB (Red+Green+Blue) = 197+200+50=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 50 (19.92% from 255 or 11.19% from 447); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C832 is #3A37CD. Grayscale: #B6B6B6. Windows color (decimal): -3815374 or 3328197. OLE color: 3328197.
HSL color Cylindrical-coordinate representation of color #C5C832: hue angle of 61.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5C832 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 50 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.22 |
| HSL | 61.2º | 0.6% | 0.49% | - |
| HSV(B) | 61.2º | 0.75% | 0.78% | - |
| XYZ | 44.26 | 53.41 | 10.99 | - |
| YUV | 182 | 53.51 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 50 | 0.02 | 0 | 0.75 | 0.22 | 61.2 | 0.6 | 0.49 |
| Hex | C5 | C8 | 32 | 2 | 0 | 4B | 16 | 3D | 3C | 31 |
| Octal | 305 | 310 | 62 | 2 | 0 | 113 | 26 | 75 | 74 | 61 |
| Binary | 11000101 | 11001000 | 110010 | 10 | 0 | 1001011 | 10110 | 111101 | 111100 | 110001 |
Color Harmonies of #C5C832
Complementary color
Monochromatic Colors of #C5C832
Black with #C5C832
Text Example
Text Example
White with #C5C832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C832; }
p { color: rgb(197,200,50); }
H1.HeaderClassName
{
color: #C5C832;
}
.AnyTagClassName
{
color: #C5C832;
}
</style>
background-color css
<style>
a { background-color: #C5C832; }
a { background-color: rgb(197,200,50); }
div.DivClassName
{
background-color: #C5C832;
}
.BgClassName
{
background-color: #C5C832;
}
</style>
border-color css
<style>
span { border-color: #C5C832; }
span { border-color: rgb(197,200,50); }
td.TdClassName
{
border-color: #C5C832;
}
.TagClassName
{
border-color: #C5C832;
}
</style>