Shades of Fuego #C7CF2F
Tints of Fuego #C7CF2F
RGB
CMYK
RGB Variations
Color information
#C7CF2F (or 0xC7CF2F) is known color: Fuego. HEX triplet: C7, CF and 2F. RGB value is (199,207,47). Sum of RGB (Red+Green+Blue) = 199+207+47=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 47 (18.75% from 255 or 10.38% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CF2F is #3830D0. Grayscale: #BABABA. Windows color (decimal): -3682513 or 3133383. OLE color: 3133383.
HSL color Cylindrical-coordinate representation of color #C7CF2F: hue angle of 63º 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 #C7CF2F is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 47 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.19 |
| HSL | 63º | 0.63% | 0.5% | - |
| HSV(B) | 63º | 0.77% | 0.81% | - |
| XYZ | 46.38 | 56.97 | 11.24 | - |
| YUV | 186.37 | 49.35 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 47 | 0.04 | 0 | 0.77 | 0.19 | 63 | 0.63 | 0.5 |
| Hex | C7 | CF | 2F | 4 | 0 | 4D | 13 | 3F | 3F | 32 |
| Octal | 307 | 317 | 57 | 4 | 0 | 115 | 23 | 77 | 77 | 62 |
| Binary | 11000111 | 11001111 | 101111 | 100 | 0 | 1001101 | 10011 | 111111 | 111111 | 110010 |
Color Harmonies of #C7CF2F
Complementary color
Monochromatic Colors of #C7CF2F
Black with #C7CF2F
Text Example
Text Example
White with #C7CF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF2F; }
p { color: rgb(199,207,47); }
H1.HeaderClassName
{
color: #C7CF2F;
}
.AnyTagClassName
{
color: #C7CF2F;
}
</style>
background-color css
<style>
a { background-color: #C7CF2F; }
a { background-color: rgb(199,207,47); }
div.DivClassName
{
background-color: #C7CF2F;
}
.BgClassName
{
background-color: #C7CF2F;
}
</style>
border-color css
<style>
span { border-color: #C7CF2F; }
span { border-color: rgb(199,207,47); }
td.TdClassName
{
border-color: #C7CF2F;
}
.TagClassName
{
border-color: #C7CF2F;
}
</style>