Shades of Fuego #C8CC36
Tints of Fuego #C8CC36
RGB
CMYK
RGB Variations
Color information
#C8CC36 (or 0xC8CC36) is known color: Fuego. HEX triplet: C8, CC and 36. RGB value is (200,204,54). Sum of RGB (Red+Green+Blue) = 200+204+54=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 54 (21.48% from 255 or 11.79% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CC36 is #3733C9. Grayscale: #BABABA. Windows color (decimal): -3617738 or 3591368. OLE color: 3591368.
HSL color Cylindrical-coordinate representation of color #C8CC36: hue angle of 61.6º 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 #C8CC36 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 54 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.2 |
| HSL | 61.6º | 0.6% | 0.51% | - |
| HSV(B) | 61.6º | 0.74% | 0.8% | - |
| XYZ | 46.08 | 55.73 | 11.82 | - |
| YUV | 185.7 | 53.67 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 54 | 0.02 | 0 | 0.74 | 0.2 | 61.6 | 0.6 | 0.51 |
| Hex | C8 | CC | 36 | 2 | 0 | 4A | 14 | 3E | 3C | 33 |
| Octal | 310 | 314 | 66 | 2 | 0 | 112 | 24 | 76 | 74 | 63 |
| Binary | 11001000 | 11001100 | 110110 | 10 | 0 | 1001010 | 10100 | 111110 | 111100 | 110011 |
Color Harmonies of #C8CC36
Complementary color
Monochromatic Colors of #C8CC36
Black with #C8CC36
Text Example
Text Example
White with #C8CC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CC36; }
p { color: rgb(200,204,54); }
H1.HeaderClassName
{
color: #C8CC36;
}
.AnyTagClassName
{
color: #C8CC36;
}
</style>
background-color css
<style>
a { background-color: #C8CC36; }
a { background-color: rgb(200,204,54); }
div.DivClassName
{
background-color: #C8CC36;
}
.BgClassName
{
background-color: #C8CC36;
}
</style>
border-color css
<style>
span { border-color: #C8CC36; }
span { border-color: rgb(200,204,54); }
td.TdClassName
{
border-color: #C8CC36;
}
.TagClassName
{
border-color: #C8CC36;
}
</style>