Shades of Fuego #C5CA36
Tints of Fuego #C5CA36
RGB
CMYK
RGB Variations
Color information
#C5CA36 (or 0xC5CA36) is known color: Fuego. HEX triplet: C5, CA and 36. RGB value is (197,202,54). Sum of RGB (Red+Green+Blue) = 197+202+54=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 54 (21.48% from 255 or 11.92% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CA36 is #3A35C9. Grayscale: #B8B8B8. Windows color (decimal): -3814858 or 3590853. OLE color: 3590853.
HSL color Cylindrical-coordinate representation of color #C5CA36: hue angle of 62.03º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5CA36 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 54 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.21 |
| HSL | 62.03º | 0.58% | 0.5% | - |
| HSV(B) | 62.03º | 0.73% | 0.79% | - |
| XYZ | 44.81 | 54.38 | 11.62 | - |
| YUV | 183.63 | 54.84 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 54 | 0.02 | 0 | 0.73 | 0.21 | 62.03 | 0.58 | 0.5 |
| Hex | C5 | CA | 36 | 2 | 0 | 49 | 15 | 3E | 3A | 32 |
| Octal | 305 | 312 | 66 | 2 | 0 | 111 | 25 | 76 | 72 | 62 |
| Binary | 11000101 | 11001010 | 110110 | 10 | 0 | 1001001 | 10101 | 111110 | 111010 | 110010 |
Color Harmonies of #C5CA36
Complementary color
Monochromatic Colors of #C5CA36
Black with #C5CA36
Text Example
Text Example
White with #C5CA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CA36; }
p { color: rgb(197,202,54); }
H1.HeaderClassName
{
color: #C5CA36;
}
.AnyTagClassName
{
color: #C5CA36;
}
</style>
background-color css
<style>
a { background-color: #C5CA36; }
a { background-color: rgb(197,202,54); }
div.DivClassName
{
background-color: #C5CA36;
}
.BgClassName
{
background-color: #C5CA36;
}
</style>
border-color css
<style>
span { border-color: #C5CA36; }
span { border-color: rgb(197,202,54); }
td.TdClassName
{
border-color: #C5CA36;
}
.TagClassName
{
border-color: #C5CA36;
}
</style>