Shades of Fuego #C7C935
Tints of Fuego #C7C935
RGB
CMYK
RGB Variations
Color information
#C7C935 (or 0xC7C935) is known color: Fuego. HEX triplet: C7, C9 and 35. RGB value is (199,201,53). Sum of RGB (Red+Green+Blue) = 199+201+53=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 53 (21.09% from 255 or 11.70% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #C7C935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C935 is #3836CA. Grayscale: #B8B8B8. Windows color (decimal): -3684043 or 3525063. OLE color: 3525063.
HSL color Cylindrical-coordinate representation of color #C7C935: hue angle of 60.81º degrees, saturation: 0.58, 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 #C7C935 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 201 | 53 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.21 |
| HSL | 60.81º | 0.58% | 0.5% | - |
| HSV(B) | 60.81º | 0.74% | 0.79% | - |
| XYZ | 45.08 | 54.17 | 11.45 | - |
| YUV | 183.53 | 54.34 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 201 | 53 | 0.01 | 0 | 0.74 | 0.21 | 60.81 | 0.58 | 0.5 |
| Hex | C7 | C9 | 35 | 1 | 0 | 4A | 15 | 3D | 3A | 32 |
| Octal | 307 | 311 | 65 | 1 | 0 | 112 | 25 | 75 | 72 | 62 |
| Binary | 11000111 | 11001001 | 110101 | 1 | 0 | 1001010 | 10101 | 111101 | 111010 | 110010 |
Color Harmonies of #C7C935
Complementary color
Monochromatic Colors of #C7C935
Black with #C7C935
Text Example
Text Example
White with #C7C935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C935; }
p { color: rgb(199,201,53); }
H1.HeaderClassName
{
color: #C7C935;
}
.AnyTagClassName
{
color: #C7C935;
}
</style>
background-color css
<style>
a { background-color: #C7C935; }
a { background-color: rgb(199,201,53); }
div.DivClassName
{
background-color: #C7C935;
}
.BgClassName
{
background-color: #C7C935;
}
</style>
border-color css
<style>
span { border-color: #C7C935; }
span { border-color: rgb(199,201,53); }
td.TdClassName
{
border-color: #C7C935;
}
.TagClassName
{
border-color: #C7C935;
}
</style>