Shades of Fuego #C7CF29
Tints of Fuego #C7CF29
RGB
CMYK
RGB Variations
Color information
#C7CF29 (or 0xC7CF29) is known color: Fuego. HEX triplet: C7, CF and 29. RGB value is (199,207,41). Sum of RGB (Red+Green+Blue) = 199+207+41=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 41 (16.41% from 255 or 9.17% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CF29 is #3830D6. Grayscale: #BABABA. Windows color (decimal): -3682519 or 2740167. OLE color: 2740167.
HSL color Cylindrical-coordinate representation of color #C7CF29: hue angle of 62.89º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7CF29 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 41 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.19 |
| HSL | 62.89º | 0.67% | 0.49% | - |
| HSV(B) | 62.89º | 0.8% | 0.81% | - |
| XYZ | 46.27 | 56.93 | 10.65 | - |
| YUV | 185.68 | 46.35 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 41 | 0.04 | 0 | 0.80 | 0.19 | 62.89 | 0.67 | 0.49 |
| Hex | C7 | CF | 29 | 4 | 0 | 50 | 13 | 3F | 43 | 31 |
| Octal | 307 | 317 | 51 | 4 | 0 | 120 | 23 | 77 | 103 | 61 |
| Binary | 11000111 | 11001111 | 101001 | 100 | 0 | 1010000 | 10011 | 111111 | 1000011 | 110001 |
Color Harmonies of #C7CF29
Complementary color
Monochromatic Colors of #C7CF29
Black with #C7CF29
Text Example
Text Example
White with #C7CF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF29; }
p { color: rgb(199,207,41); }
H1.HeaderClassName
{
color: #C7CF29;
}
.AnyTagClassName
{
color: #C7CF29;
}
</style>
background-color css
<style>
a { background-color: #C7CF29; }
a { background-color: rgb(199,207,41); }
div.DivClassName
{
background-color: #C7CF29;
}
.BgClassName
{
background-color: #C7CF29;
}
</style>
border-color css
<style>
span { border-color: #C7CF29; }
span { border-color: rgb(199,207,41); }
td.TdClassName
{
border-color: #C7CF29;
}
.TagClassName
{
border-color: #C7CF29;
}
</style>