Shades of Fuego #C7CC36
Tints of Fuego #C7CC36
RGB
CMYK
RGB Variations
Color information
#C7CC36 (or 0xC7CC36) is known color: Fuego. HEX triplet: C7, CC and 36. RGB value is (199,204,54). Sum of RGB (Red+Green+Blue) = 199+204+54=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 54 (21.48% from 255 or 11.82% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CC36 is #3833C9. Grayscale: #BABABA. Windows color (decimal): -3683274 or 3591367. OLE color: 3591367.
HSL color Cylindrical-coordinate representation of color #C7CC36: hue angle of 62º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7CC36 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 204 | 54 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.2 |
| HSL | 62º | 0.6% | 0.51% | - |
| HSV(B) | 62º | 0.74% | 0.8% | - |
| XYZ | 45.81 | 55.59 | 11.81 | - |
| YUV | 185.41 | 53.84 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 204 | 54 | 0.02 | 0 | 0.74 | 0.2 | 62 | 0.6 | 0.51 |
| Hex | C7 | CC | 36 | 2 | 0 | 4A | 14 | 3E | 3C | 33 |
| Octal | 307 | 314 | 66 | 2 | 0 | 112 | 24 | 76 | 74 | 63 |
| Binary | 11000111 | 11001100 | 110110 | 10 | 0 | 1001010 | 10100 | 111110 | 111100 | 110011 |
Color Harmonies of #C7CC36
Complementary color
Monochromatic Colors of #C7CC36
Black with #C7CC36
Text Example
Text Example
White with #C7CC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CC36; }
p { color: rgb(199,204,54); }
H1.HeaderClassName
{
color: #C7CC36;
}
.AnyTagClassName
{
color: #C7CC36;
}
</style>
background-color css
<style>
a { background-color: #C7CC36; }
a { background-color: rgb(199,204,54); }
div.DivClassName
{
background-color: #C7CC36;
}
.BgClassName
{
background-color: #C7CC36;
}
</style>
border-color css
<style>
span { border-color: #C7CC36; }
span { border-color: rgb(199,204,54); }
td.TdClassName
{
border-color: #C7CC36;
}
.TagClassName
{
border-color: #C7CC36;
}
</style>