Shades of Fuego #C7CA36
Tints of Fuego #C7CA36
RGB
CMYK
RGB Variations
Color information
#C7CA36 (or 0xC7CA36) is known color: Fuego. HEX triplet: C7, CA and 36. RGB value is (199,202,54). Sum of RGB (Red+Green+Blue) = 199+202+54=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 54 (21.48% from 255 or 11.87% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CA36 is #3835C9. Grayscale: #B8B8B8. Windows color (decimal): -3683786 or 3590855. OLE color: 3590855.
HSL color Cylindrical-coordinate representation of color #C7CA36: hue angle of 61.22º 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 #C7CA36 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 54 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.21 |
| HSL | 61.22º | 0.58% | 0.5% | - |
| HSV(B) | 61.22º | 0.73% | 0.79% | - |
| XYZ | 45.34 | 54.65 | 11.65 | - |
| YUV | 184.23 | 54.51 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 54 | 0.01 | 0 | 0.73 | 0.21 | 61.22 | 0.58 | 0.5 |
| Hex | C7 | CA | 36 | 1 | 0 | 49 | 15 | 3D | 3A | 32 |
| Octal | 307 | 312 | 66 | 1 | 0 | 111 | 25 | 75 | 72 | 62 |
| Binary | 11000111 | 11001010 | 110110 | 1 | 0 | 1001001 | 10101 | 111101 | 111010 | 110010 |
Color Harmonies of #C7CA36
Complementary color
Monochromatic Colors of #C7CA36
Black with #C7CA36
Text Example
Text Example
White with #C7CA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA36; }
p { color: rgb(199,202,54); }
H1.HeaderClassName
{
color: #C7CA36;
}
.AnyTagClassName
{
color: #C7CA36;
}
</style>
background-color css
<style>
a { background-color: #C7CA36; }
a { background-color: rgb(199,202,54); }
div.DivClassName
{
background-color: #C7CA36;
}
.BgClassName
{
background-color: #C7CA36;
}
</style>
border-color css
<style>
span { border-color: #C7CA36; }
span { border-color: rgb(199,202,54); }
td.TdClassName
{
border-color: #C7CA36;
}
.TagClassName
{
border-color: #C7CA36;
}
</style>