Shades of Fuego #C0CF36
Tints of Fuego #C0CF36
RGB
CMYK
RGB Variations
Color information
#C0CF36 (or 0xC0CF36) is known color: Fuego. HEX triplet: C0, CF and 36. RGB value is (192,207,54). Sum of RGB (Red+Green+Blue) = 192+207+54=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 54 (21.48% from 255 or 11.92% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CF36 is #3F30C9. Grayscale: #B9B9B9. Windows color (decimal): -4141258 or 3592128. OLE color: 3592128.
HSL color Cylindrical-coordinate representation of color #C0CF36: hue angle of 65.88º 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 #C0CF36 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 54 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.19 |
| HSL | 65.88º | 0.61% | 0.51% | - |
| HSV(B) | 65.88º | 0.74% | 0.81% | - |
| XYZ | 44.72 | 56.1 | 11.96 | - |
| YUV | 185.07 | 54.03 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 54 | 0.07 | 0 | 0.74 | 0.19 | 65.88 | 0.61 | 0.51 |
| Hex | C0 | CF | 36 | 7 | 0 | 4A | 13 | 42 | 3D | 33 |
| Octal | 300 | 317 | 66 | 7 | 0 | 112 | 23 | 102 | 75 | 63 |
| Binary | 11000000 | 11001111 | 110110 | 111 | 0 | 1001010 | 10011 | 1000010 | 111101 | 110011 |
Color Harmonies of #C0CF36
Complementary color
Monochromatic Colors of #C0CF36
Black with #C0CF36
Text Example
Text Example
White with #C0CF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CF36; }
p { color: rgb(192,207,54); }
H1.HeaderClassName
{
color: #C0CF36;
}
.AnyTagClassName
{
color: #C0CF36;
}
</style>
background-color css
<style>
a { background-color: #C0CF36; }
a { background-color: rgb(192,207,54); }
div.DivClassName
{
background-color: #C0CF36;
}
.BgClassName
{
background-color: #C0CF36;
}
</style>
border-color css
<style>
span { border-color: #C0CF36; }
span { border-color: rgb(192,207,54); }
td.TdClassName
{
border-color: #C0CF36;
}
.TagClassName
{
border-color: #C0CF36;
}
</style>