Shades of Fuego #C2CB36
Tints of Fuego #C2CB36
RGB
CMYK
RGB Variations
Color information
#C2CB36 (or 0xC2CB36) is known color: Fuego. HEX triplet: C2, CB and 36. RGB value is (194,203,54). Sum of RGB (Red+Green+Blue) = 194+203+54=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 54 (21.48% from 255 or 11.97% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CB36 is #3D34C9. Grayscale: #B7B7B7. Windows color (decimal): -4011210 or 3591106. OLE color: 3591106.
HSL color Cylindrical-coordinate representation of color #C2CB36: hue angle of 63.62º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2CB36 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 54 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.20 |
| HSL | 63.62º | 0.59% | 0.5% | - |
| HSV(B) | 63.62º | 0.73% | 0.8% | - |
| XYZ | 44.27 | 54.45 | 11.67 | - |
| YUV | 183.32 | 55.02 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 54 | 0.04 | 0 | 0.73 | 0.20 | 63.62 | 0.59 | 0.5 |
| Hex | C2 | CB | 36 | 4 | 0 | 49 | 14 | 40 | 3B | 32 |
| Octal | 302 | 313 | 66 | 4 | 0 | 111 | 24 | 100 | 73 | 62 |
| Binary | 11000010 | 11001011 | 110110 | 100 | 0 | 1001001 | 10100 | 1000000 | 111011 | 110010 |
Color Harmonies of #C2CB36
Complementary color
Monochromatic Colors of #C2CB36
Black with #C2CB36
Text Example
Text Example
White with #C2CB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CB36; }
p { color: rgb(194,203,54); }
H1.HeaderClassName
{
color: #C2CB36;
}
.AnyTagClassName
{
color: #C2CB36;
}
</style>
background-color css
<style>
a { background-color: #C2CB36; }
a { background-color: rgb(194,203,54); }
div.DivClassName
{
background-color: #C2CB36;
}
.BgClassName
{
background-color: #C2CB36;
}
</style>
border-color css
<style>
span { border-color: #C2CB36; }
span { border-color: rgb(194,203,54); }
td.TdClassName
{
border-color: #C2CB36;
}
.TagClassName
{
border-color: #C2CB36;
}
</style>