Shades of Fuego #C7CE35
Tints of Fuego #C7CE35
RGB
CMYK
RGB Variations
Color information
#C7CE35 (or 0xC7CE35) is known color: Fuego. HEX triplet: C7, CE and 35. RGB value is (199,206,53). Sum of RGB (Red+Green+Blue) = 199+206+53=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 53 (21.09% from 255 or 11.57% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CE35 is #3831CA. Grayscale: #BBBBBB. Windows color (decimal): -3682763 or 3526343. OLE color: 3526343.
HSL color Cylindrical-coordinate representation of color #C7CE35: hue angle of 62.75º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7CE35 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 206 | 53 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.19 |
| HSL | 62.75º | 0.61% | 0.51% | - |
| HSV(B) | 62.75º | 0.74% | 0.81% | - |
| XYZ | 46.27 | 56.54 | 11.84 | - |
| YUV | 186.47 | 52.68 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 206 | 53 | 0.03 | 0 | 0.74 | 0.19 | 62.75 | 0.61 | 0.51 |
| Hex | C7 | CE | 35 | 3 | 0 | 4A | 13 | 3F | 3D | 33 |
| Octal | 307 | 316 | 65 | 3 | 0 | 112 | 23 | 77 | 75 | 63 |
| Binary | 11000111 | 11001110 | 110101 | 11 | 0 | 1001010 | 10011 | 111111 | 111101 | 110011 |
Color Harmonies of #C7CE35
Complementary color
Monochromatic Colors of #C7CE35
Black with #C7CE35
Text Example
Text Example
White with #C7CE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CE35; }
p { color: rgb(199,206,53); }
H1.HeaderClassName
{
color: #C7CE35;
}
.AnyTagClassName
{
color: #C7CE35;
}
</style>
background-color css
<style>
a { background-color: #C7CE35; }
a { background-color: rgb(199,206,53); }
div.DivClassName
{
background-color: #C7CE35;
}
.BgClassName
{
background-color: #C7CE35;
}
</style>
border-color css
<style>
span { border-color: #C7CE35; }
span { border-color: rgb(199,206,53); }
td.TdClassName
{
border-color: #C7CE35;
}
.TagClassName
{
border-color: #C7CE35;
}
</style>