Shades of Fuego #C1CF36
Tints of Fuego #C1CF36
RGB
CMYK
RGB Variations
Color information
#C1CF36 (or 0xC1CF36) is known color: Fuego. HEX triplet: C1, CF and 36. RGB value is (193,207,54). Sum of RGB (Red+Green+Blue) = 193+207+54=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 54 (21.48% from 255 or 11.89% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CF36 is #3E30C9. Grayscale: #B9B9B9. Windows color (decimal): -4075722 or 3592129. OLE color: 3592129.
HSL color Cylindrical-coordinate representation of color #C1CF36: hue angle of 65.49º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1CF36 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 207 | 54 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.19 |
| HSL | 65.49º | 0.61% | 0.51% | - |
| HSV(B) | 65.49º | 0.74% | 0.81% | - |
| XYZ | 44.97 | 56.23 | 11.97 | - |
| YUV | 185.37 | 53.86 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 54 | 0.07 | 0 | 0.74 | 0.19 | 65.49 | 0.61 | 0.51 |
| Hex | C1 | CF | 36 | 7 | 0 | 4A | 13 | 41 | 3D | 33 |
| Octal | 301 | 317 | 66 | 7 | 0 | 112 | 23 | 101 | 75 | 63 |
| Binary | 11000001 | 11001111 | 110110 | 111 | 0 | 1001010 | 10011 | 1000001 | 111101 | 110011 |
Color Harmonies of #C1CF36
Complementary color
Monochromatic Colors of #C1CF36
Black with #C1CF36
Text Example
Text Example
White with #C1CF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CF36; }
p { color: rgb(193,207,54); }
H1.HeaderClassName
{
color: #C1CF36;
}
.AnyTagClassName
{
color: #C1CF36;
}
</style>
background-color css
<style>
a { background-color: #C1CF36; }
a { background-color: rgb(193,207,54); }
div.DivClassName
{
background-color: #C1CF36;
}
.BgClassName
{
background-color: #C1CF36;
}
</style>
border-color css
<style>
span { border-color: #C1CF36; }
span { border-color: rgb(193,207,54); }
td.TdClassName
{
border-color: #C1CF36;
}
.TagClassName
{
border-color: #C1CF36;
}
</style>