Shades of Fuego #C0CA36
Tints of Fuego #C0CA36
RGB
CMYK
RGB Variations
Color information
#C0CA36 (or 0xC0CA36) is known color: Fuego. HEX triplet: C0, CA and 36. RGB value is (192,202,54). Sum of RGB (Red+Green+Blue) = 192+202+54=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 54 (21.48% from 255 or 12.05% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CA36 is #3F35C9. Grayscale: #B6B6B6. Windows color (decimal): -4142538 or 3590848. OLE color: 3590848.
HSL color Cylindrical-coordinate representation of color #C0CA36: hue angle of 64.05º 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 #C0CA36 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 54 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.21 |
| HSL | 64.05º | 0.58% | 0.5% | - |
| HSV(B) | 64.05º | 0.73% | 0.79% | - |
| XYZ | 43.52 | 53.71 | 11.56 | - |
| YUV | 182.14 | 55.69 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 54 | 0.05 | 0 | 0.73 | 0.21 | 64.05 | 0.58 | 0.5 |
| Hex | C0 | CA | 36 | 5 | 0 | 49 | 15 | 40 | 3A | 32 |
| Octal | 300 | 312 | 66 | 5 | 0 | 111 | 25 | 100 | 72 | 62 |
| Binary | 11000000 | 11001010 | 110110 | 101 | 0 | 1001001 | 10101 | 1000000 | 111010 | 110010 |
Color Harmonies of #C0CA36
Complementary color
Monochromatic Colors of #C0CA36
Black with #C0CA36
Text Example
Text Example
White with #C0CA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA36; }
p { color: rgb(192,202,54); }
H1.HeaderClassName
{
color: #C0CA36;
}
.AnyTagClassName
{
color: #C0CA36;
}
</style>
background-color css
<style>
a { background-color: #C0CA36; }
a { background-color: rgb(192,202,54); }
div.DivClassName
{
background-color: #C0CA36;
}
.BgClassName
{
background-color: #C0CA36;
}
</style>
border-color css
<style>
span { border-color: #C0CA36; }
span { border-color: rgb(192,202,54); }
td.TdClassName
{
border-color: #C0CA36;
}
.TagClassName
{
border-color: #C0CA36;
}
</style>