Shades of Fuego #C7C930
Tints of Fuego #C7C930
RGB
CMYK
RGB Variations
Color information
#C7C930 (or 0xC7C930) is known color: Fuego. HEX triplet: C7, C9 and 30. RGB value is (199,201,48). Sum of RGB (Red+Green+Blue) = 199+201+48=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #C7C930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C930 is #3836CF. Grayscale: #B7B7B7. Windows color (decimal): -3684048 or 3197383. OLE color: 3197383.
HSL color Cylindrical-coordinate representation of color #C7C930: hue angle of 60.78º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7C930 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 201 | 48 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.21 |
| HSL | 60.78º | 0.61% | 0.49% | - |
| HSV(B) | 60.78º | 0.76% | 0.79% | - |
| XYZ | 44.97 | 54.13 | 10.87 | - |
| YUV | 182.96 | 51.84 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 201 | 48 | 0.01 | 0 | 0.76 | 0.21 | 60.78 | 0.61 | 0.49 |
| Hex | C7 | C9 | 30 | 1 | 0 | 4C | 15 | 3D | 3D | 31 |
| Octal | 307 | 311 | 60 | 1 | 0 | 114 | 25 | 75 | 75 | 61 |
| Binary | 11000111 | 11001001 | 110000 | 1 | 0 | 1001100 | 10101 | 111101 | 111101 | 110001 |
Color Harmonies of #C7C930
Complementary color
Monochromatic Colors of #C7C930
Black with #C7C930
Text Example
Text Example
White with #C7C930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C930; }
p { color: rgb(199,201,48); }
H1.HeaderClassName
{
color: #C7C930;
}
.AnyTagClassName
{
color: #C7C930;
}
</style>
background-color css
<style>
a { background-color: #C7C930; }
a { background-color: rgb(199,201,48); }
div.DivClassName
{
background-color: #C7C930;
}
.BgClassName
{
background-color: #C7C930;
}
</style>
border-color css
<style>
span { border-color: #C7C930; }
span { border-color: rgb(199,201,48); }
td.TdClassName
{
border-color: #C7C930;
}
.TagClassName
{
border-color: #C7C930;
}
</style>