Shades of Fuego #C2CE38
Tints of Fuego #C2CE38
RGB
CMYK
RGB Variations
Color information
#C2CE38 (or 0xC2CE38) is known color: Fuego. HEX triplet: C2, CE and 38. RGB value is (194,206,56). Sum of RGB (Red+Green+Blue) = 194+206+56=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 56 (22.27% from 255 or 12.28% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CE38 is #3D31C7. Grayscale: #B9B9B9. Windows color (decimal): -4010440 or 3722946. OLE color: 3722946.
HSL color Cylindrical-coordinate representation of color #C2CE38: hue angle of 64.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2CE38 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 206 | 56 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.19 |
| HSL | 64.8º | 0.6% | 0.51% | - |
| HSV(B) | 64.8º | 0.73% | 0.81% | - |
| XYZ | 45.03 | 55.9 | 12.16 | - |
| YUV | 185.31 | 55.02 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 56 | 0.06 | 0 | 0.73 | 0.19 | 64.8 | 0.6 | 0.51 |
| Hex | C2 | CE | 38 | 6 | 0 | 49 | 13 | 41 | 3C | 33 |
| Octal | 302 | 316 | 70 | 6 | 0 | 111 | 23 | 101 | 74 | 63 |
| Binary | 11000010 | 11001110 | 111000 | 110 | 0 | 1001001 | 10011 | 1000001 | 111100 | 110011 |
Color Harmonies of #C2CE38
Complementary color
Monochromatic Colors of #C2CE38
Black with #C2CE38
Text Example
Text Example
White with #C2CE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CE38; }
p { color: rgb(194,206,56); }
H1.HeaderClassName
{
color: #C2CE38;
}
.AnyTagClassName
{
color: #C2CE38;
}
</style>
background-color css
<style>
a { background-color: #C2CE38; }
a { background-color: rgb(194,206,56); }
div.DivClassName
{
background-color: #C2CE38;
}
.BgClassName
{
background-color: #C2CE38;
}
</style>
border-color css
<style>
span { border-color: #C2CE38; }
span { border-color: rgb(194,206,56); }
td.TdClassName
{
border-color: #C2CE38;
}
.TagClassName
{
border-color: #C2CE38;
}
</style>