Shades of Fuego #C7CF34
Tints of Fuego #C7CF34
RGB
CMYK
RGB Variations
Color information
#C7CF34 (or 0xC7CF34) is known color: Fuego. HEX triplet: C7, CF and 34. RGB value is (199,207,52). Sum of RGB (Red+Green+Blue) = 199+207+52=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 52 (20.70% from 255 or 11.35% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CF34 is #3830CB. Grayscale: #BBBBBB. Windows color (decimal): -3682508 or 3461063. OLE color: 3461063.
HSL color Cylindrical-coordinate representation of color #C7CF34: hue angle of 63.1º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7CF34 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 52 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.19 |
| HSL | 63.1º | 0.62% | 0.51% | - |
| HSV(B) | 63.1º | 0.75% | 0.81% | - |
| XYZ | 46.49 | 57.02 | 11.8 | - |
| YUV | 186.94 | 51.85 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 52 | 0.04 | 0 | 0.75 | 0.19 | 63.1 | 0.62 | 0.51 |
| Hex | C7 | CF | 34 | 4 | 0 | 4B | 13 | 3F | 3E | 33 |
| Octal | 307 | 317 | 64 | 4 | 0 | 113 | 23 | 77 | 76 | 63 |
| Binary | 11000111 | 11001111 | 110100 | 100 | 0 | 1001011 | 10011 | 111111 | 111110 | 110011 |
Color Harmonies of #C7CF34
Complementary color
Monochromatic Colors of #C7CF34
Black with #C7CF34
Text Example
Text Example
White with #C7CF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF34; }
p { color: rgb(199,207,52); }
H1.HeaderClassName
{
color: #C7CF34;
}
.AnyTagClassName
{
color: #C7CF34;
}
</style>
background-color css
<style>
a { background-color: #C7CF34; }
a { background-color: rgb(199,207,52); }
div.DivClassName
{
background-color: #C7CF34;
}
.BgClassName
{
background-color: #C7CF34;
}
</style>
border-color css
<style>
span { border-color: #C7CF34; }
span { border-color: rgb(199,207,52); }
td.TdClassName
{
border-color: #C7CF34;
}
.TagClassName
{
border-color: #C7CF34;
}
</style>