Shades of Fuego #C3CE2F
Tints of Fuego #C3CE2F
RGB
CMYK
RGB Variations
Color information
#C3CE2F (or 0xC3CE2F) is known color: Fuego. HEX triplet: C3, CE and 2F. RGB value is (195,206,47). Sum of RGB (Red+Green+Blue) = 195+206+47=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 47 (18.75% from 255 or 10.49% from 448); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CE2F is #3C31D0. Grayscale: #B9B9B9. Windows color (decimal): -3944913 or 3133123. OLE color: 3133123.
HSL color Cylindrical-coordinate representation of color #C3CE2F: hue angle of 64.15º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3CE2F is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 206 | 47 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.19 |
| HSL | 64.15º | 0.63% | 0.5% | - |
| HSV(B) | 64.15º | 0.77% | 0.81% | - |
| XYZ | 45.09 | 55.95 | 11.11 | - |
| YUV | 184.59 | 50.36 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 206 | 47 | 0.05 | 0 | 0.77 | 0.19 | 64.15 | 0.63 | 0.5 |
| Hex | C3 | CE | 2F | 5 | 0 | 4D | 13 | 40 | 3F | 32 |
| Octal | 303 | 316 | 57 | 5 | 0 | 115 | 23 | 100 | 77 | 62 |
| Binary | 11000011 | 11001110 | 101111 | 101 | 0 | 1001101 | 10011 | 1000000 | 111111 | 110010 |
Color Harmonies of #C3CE2F
Complementary color
Monochromatic Colors of #C3CE2F
Black with #C3CE2F
Text Example
Text Example
White with #C3CE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CE2F; }
p { color: rgb(195,206,47); }
H1.HeaderClassName
{
color: #C3CE2F;
}
.AnyTagClassName
{
color: #C3CE2F;
}
</style>
background-color css
<style>
a { background-color: #C3CE2F; }
a { background-color: rgb(195,206,47); }
div.DivClassName
{
background-color: #C3CE2F;
}
.BgClassName
{
background-color: #C3CE2F;
}
</style>
border-color css
<style>
span { border-color: #C3CE2F; }
span { border-color: rgb(195,206,47); }
td.TdClassName
{
border-color: #C3CE2F;
}
.TagClassName
{
border-color: #C3CE2F;
}
</style>