Shades of Fuego #C3CF2E
Tints of Fuego #C3CF2E
RGB
CMYK
RGB Variations
Color information
#C3CF2E (or 0xC3CF2E) is known color: Fuego. HEX triplet: C3, CF and 2E. RGB value is (195,207,46). Sum of RGB (Red+Green+Blue) = 195+207+46=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 46 (18.36% from 255 or 10.27% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CF2E is #3C30D1. Grayscale: #B9B9B9. Windows color (decimal): -3944658 or 3067843. OLE color: 3067843.
HSL color Cylindrical-coordinate representation of color #C3CF2E: hue angle of 64.47º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3CF2E is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 207 | 46 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.19 |
| HSL | 64.47º | 0.64% | 0.5% | - |
| HSV(B) | 64.47º | 0.78% | 0.81% | - |
| XYZ | 45.31 | 56.43 | 11.09 | - |
| YUV | 185.06 | 49.52 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 46 | 0.06 | 0 | 0.78 | 0.19 | 64.47 | 0.64 | 0.5 |
| Hex | C3 | CF | 2E | 6 | 0 | 4E | 13 | 40 | 40 | 32 |
| Octal | 303 | 317 | 56 | 6 | 0 | 116 | 23 | 100 | 100 | 62 |
| Binary | 11000011 | 11001111 | 101110 | 110 | 0 | 1001110 | 10011 | 1000000 | 1000000 | 110010 |
Color Harmonies of #C3CF2E
Complementary color
Monochromatic Colors of #C3CF2E
Black with #C3CF2E
Text Example
Text Example
White with #C3CF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CF2E; }
p { color: rgb(195,207,46); }
H1.HeaderClassName
{
color: #C3CF2E;
}
.AnyTagClassName
{
color: #C3CF2E;
}
</style>
background-color css
<style>
a { background-color: #C3CF2E; }
a { background-color: rgb(195,207,46); }
div.DivClassName
{
background-color: #C3CF2E;
}
.BgClassName
{
background-color: #C3CF2E;
}
</style>
border-color css
<style>
span { border-color: #C3CF2E; }
span { border-color: rgb(195,207,46); }
td.TdClassName
{
border-color: #C3CF2E;
}
.TagClassName
{
border-color: #C3CF2E;
}
</style>