Shades of Fuego #C7CC34
Tints of Fuego #C7CC34
RGB
CMYK
RGB Variations
Color information
#C7CC34 (or 0xC7CC34) is known color: Fuego. HEX triplet: C7, CC and 34. RGB value is (199,204,52). Sum of RGB (Red+Green+Blue) = 199+204+52=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 52 (20.70% from 255 or 11.43% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CC34 is #3833CB. Grayscale: #B9B9B9. Windows color (decimal): -3683276 or 3460295. OLE color: 3460295.
HSL color Cylindrical-coordinate representation of color #C7CC34: hue angle of 61.97º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7CC34 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 204 | 52 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.2 |
| HSL | 61.97º | 0.6% | 0.5% | - |
| HSV(B) | 61.97º | 0.75% | 0.8% | - |
| XYZ | 45.77 | 55.58 | 11.56 | - |
| YUV | 185.18 | 52.84 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 204 | 52 | 0.02 | 0 | 0.75 | 0.2 | 61.97 | 0.6 | 0.5 |
| Hex | C7 | CC | 34 | 2 | 0 | 4B | 14 | 3E | 3C | 32 |
| Octal | 307 | 314 | 64 | 2 | 0 | 113 | 24 | 76 | 74 | 62 |
| Binary | 11000111 | 11001100 | 110100 | 10 | 0 | 1001011 | 10100 | 111110 | 111100 | 110010 |
Color Harmonies of #C7CC34
Complementary color
Monochromatic Colors of #C7CC34
Black with #C7CC34
Text Example
Text Example
White with #C7CC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CC34; }
p { color: rgb(199,204,52); }
H1.HeaderClassName
{
color: #C7CC34;
}
.AnyTagClassName
{
color: #C7CC34;
}
</style>
background-color css
<style>
a { background-color: #C7CC34; }
a { background-color: rgb(199,204,52); }
div.DivClassName
{
background-color: #C7CC34;
}
.BgClassName
{
background-color: #C7CC34;
}
</style>
border-color css
<style>
span { border-color: #C7CC34; }
span { border-color: rgb(199,204,52); }
td.TdClassName
{
border-color: #C7CC34;
}
.TagClassName
{
border-color: #C7CC34;
}
</style>