Shades of Fuego #C7CF35
Tints of Fuego #C7CF35
RGB
CMYK
RGB Variations
Color information
#C7CF35 (or 0xC7CF35) is known color: Fuego. HEX triplet: C7, CF and 35. RGB value is (199,207,53). Sum of RGB (Red+Green+Blue) = 199+207+53=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 53 (21.09% from 255 or 11.55% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CF35 is #3830CA. Grayscale: #BBBBBB. Windows color (decimal): -3682507 or 3526599. OLE color: 3526599.
HSL color Cylindrical-coordinate representation of color #C7CF35: hue angle of 63.12º degrees, saturation: 0.62, 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 #C7CF35 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 53 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.19 |
| HSL | 63.12º | 0.62% | 0.51% | - |
| HSV(B) | 63.12º | 0.74% | 0.81% | - |
| XYZ | 46.51 | 57.02 | 11.92 | - |
| YUV | 187.05 | 52.35 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 53 | 0.04 | 0 | 0.74 | 0.19 | 63.12 | 0.62 | 0.51 |
| Hex | C7 | CF | 35 | 4 | 0 | 4A | 13 | 3F | 3E | 33 |
| Octal | 307 | 317 | 65 | 4 | 0 | 112 | 23 | 77 | 76 | 63 |
| Binary | 11000111 | 11001111 | 110101 | 100 | 0 | 1001010 | 10011 | 111111 | 111110 | 110011 |
Color Harmonies of #C7CF35
Complementary color
Monochromatic Colors of #C7CF35
Black with #C7CF35
Text Example
Text Example
White with #C7CF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF35; }
p { color: rgb(199,207,53); }
H1.HeaderClassName
{
color: #C7CF35;
}
.AnyTagClassName
{
color: #C7CF35;
}
</style>
background-color css
<style>
a { background-color: #C7CF35; }
a { background-color: rgb(199,207,53); }
div.DivClassName
{
background-color: #C7CF35;
}
.BgClassName
{
background-color: #C7CF35;
}
</style>
border-color css
<style>
span { border-color: #C7CF35; }
span { border-color: rgb(199,207,53); }
td.TdClassName
{
border-color: #C7CF35;
}
.TagClassName
{
border-color: #C7CF35;
}
</style>