Shades of Fuego #C7C934
Tints of Fuego #C7C934
RGB
CMYK
RGB Variations
Color information
#C7C934 (or 0xC7C934) is known color: Fuego. HEX triplet: C7, C9 and 34. RGB value is (199,201,52). Sum of RGB (Red+Green+Blue) = 199+201+52=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 52 (20.70% from 255 or 11.50% from 452); Max value from RGB is 201 - color contains mainly: green. Hex color #C7C934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C934 is #3836CB. Grayscale: #B8B8B8. Windows color (decimal): -3684044 or 3459527. OLE color: 3459527.
HSL color Cylindrical-coordinate representation of color #C7C934: hue angle of 60.81º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7C934 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 201 | 52 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.21 |
| HSL | 60.81º | 0.59% | 0.5% | - |
| HSV(B) | 60.81º | 0.74% | 0.79% | - |
| XYZ | 45.06 | 54.16 | 11.33 | - |
| YUV | 183.42 | 53.84 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 201 | 52 | 0.01 | 0 | 0.74 | 0.21 | 60.81 | 0.59 | 0.5 |
| Hex | C7 | C9 | 34 | 1 | 0 | 4A | 15 | 3D | 3B | 32 |
| Octal | 307 | 311 | 64 | 1 | 0 | 112 | 25 | 75 | 73 | 62 |
| Binary | 11000111 | 11001001 | 110100 | 1 | 0 | 1001010 | 10101 | 111101 | 111011 | 110010 |
Color Harmonies of #C7C934
Complementary color
Monochromatic Colors of #C7C934
Black with #C7C934
Text Example
Text Example
White with #C7C934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C934; }
p { color: rgb(199,201,52); }
H1.HeaderClassName
{
color: #C7C934;
}
.AnyTagClassName
{
color: #C7C934;
}
</style>
background-color css
<style>
a { background-color: #C7C934; }
a { background-color: rgb(199,201,52); }
div.DivClassName
{
background-color: #C7C934;
}
.BgClassName
{
background-color: #C7C934;
}
</style>
border-color css
<style>
span { border-color: #C7C934; }
span { border-color: rgb(199,201,52); }
td.TdClassName
{
border-color: #C7C934;
}
.TagClassName
{
border-color: #C7C934;
}
</style>