Shades of Fuego #C0CE35
Tints of Fuego #C0CE35
RGB
CMYK
RGB Variations
Color information
#C0CE35 (or 0xC0CE35) is known color: Fuego. HEX triplet: C0, CE and 35. RGB value is (192,206,53). Sum of RGB (Red+Green+Blue) = 192+206+53=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 53 (21.09% from 255 or 11.75% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CE35 is #3F31CA. Grayscale: #B8B8B8. Windows color (decimal): -4141515 or 3526336. OLE color: 3526336.
HSL color Cylindrical-coordinate representation of color #C0CE35: 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 #C0CE35 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 53 | - |
| 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.45 | 55.61 | 11.76 | - |
| YUV | 184.37 | 53.86 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 53 | 0.07 | 0 | 0.74 | 0.19 | 65.49 | 0.61 | 0.51 |
| Hex | C0 | CE | 35 | 7 | 0 | 4A | 13 | 41 | 3D | 33 |
| Octal | 300 | 316 | 65 | 7 | 0 | 112 | 23 | 101 | 75 | 63 |
| Binary | 11000000 | 11001110 | 110101 | 111 | 0 | 1001010 | 10011 | 1000001 | 111101 | 110011 |
Color Harmonies of #C0CE35
Complementary color
Monochromatic Colors of #C0CE35
Black with #C0CE35
Text Example
Text Example
White with #C0CE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CE35; }
p { color: rgb(192,206,53); }
H1.HeaderClassName
{
color: #C0CE35;
}
.AnyTagClassName
{
color: #C0CE35;
}
</style>
background-color css
<style>
a { background-color: #C0CE35; }
a { background-color: rgb(192,206,53); }
div.DivClassName
{
background-color: #C0CE35;
}
.BgClassName
{
background-color: #C0CE35;
}
</style>
border-color css
<style>
span { border-color: #C0CE35; }
span { border-color: rgb(192,206,53); }
td.TdClassName
{
border-color: #C0CE35;
}
.TagClassName
{
border-color: #C0CE35;
}
</style>