Shades of Fuego #C2CE35
Tints of Fuego #C2CE35
RGB
CMYK
RGB Variations
Color information
#C2CE35 (or 0xC2CE35) is known color: Fuego. HEX triplet: C2, CE and 35. RGB value is (194,206,53). Sum of RGB (Red+Green+Blue) = 194+206+53=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 53 (21.09% from 255 or 11.70% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CE35 is #3D31CA. Grayscale: #B9B9B9. Windows color (decimal): -4010443 or 3526338. OLE color: 3526338.
HSL color Cylindrical-coordinate representation of color #C2CE35: hue angle of 64.71º 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 #C2CE35 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 206 | 53 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.19 |
| HSL | 64.71º | 0.61% | 0.51% | - |
| HSV(B) | 64.71º | 0.74% | 0.81% | - |
| XYZ | 44.96 | 55.87 | 11.78 | - |
| YUV | 184.97 | 53.52 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 53 | 0.06 | 0 | 0.74 | 0.19 | 64.71 | 0.61 | 0.51 |
| Hex | C2 | CE | 35 | 6 | 0 | 4A | 13 | 41 | 3D | 33 |
| Octal | 302 | 316 | 65 | 6 | 0 | 112 | 23 | 101 | 75 | 63 |
| Binary | 11000010 | 11001110 | 110101 | 110 | 0 | 1001010 | 10011 | 1000001 | 111101 | 110011 |
Color Harmonies of #C2CE35
Complementary color
Monochromatic Colors of #C2CE35
Black with #C2CE35
Text Example
Text Example
White with #C2CE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CE35; }
p { color: rgb(194,206,53); }
H1.HeaderClassName
{
color: #C2CE35;
}
.AnyTagClassName
{
color: #C2CE35;
}
</style>
background-color css
<style>
a { background-color: #C2CE35; }
a { background-color: rgb(194,206,53); }
div.DivClassName
{
background-color: #C2CE35;
}
.BgClassName
{
background-color: #C2CE35;
}
</style>
border-color css
<style>
span { border-color: #C2CE35; }
span { border-color: rgb(194,206,53); }
td.TdClassName
{
border-color: #C2CE35;
}
.TagClassName
{
border-color: #C2CE35;
}
</style>