Shades of Fuego #C8CC32
Tints of Fuego #C8CC32
RGB
CMYK
RGB Variations
Color information
#C8CC32 (or 0xC8CC32) is known color: Fuego. HEX triplet: C8, CC and 32. RGB value is (200,204,50). Sum of RGB (Red+Green+Blue) = 200+204+50=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 50 (19.92% from 255 or 11.01% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CC32 is #3733CD. Grayscale: #B9B9B9. Windows color (decimal): -3617742 or 3329224. OLE color: 3329224.
HSL color Cylindrical-coordinate representation of color #C8CC32: hue angle of 61.56º degrees, saturation: 0.61, 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 #C8CC32 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 50 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.2 |
| HSL | 61.56º | 0.61% | 0.5% | - |
| HSV(B) | 61.56º | 0.75% | 0.8% | - |
| XYZ | 45.99 | 55.7 | 11.34 | - |
| YUV | 185.25 | 51.67 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 50 | 0.02 | 0 | 0.75 | 0.2 | 61.56 | 0.61 | 0.5 |
| Hex | C8 | CC | 32 | 2 | 0 | 4B | 14 | 3E | 3D | 32 |
| Octal | 310 | 314 | 62 | 2 | 0 | 113 | 24 | 76 | 75 | 62 |
| Binary | 11001000 | 11001100 | 110010 | 10 | 0 | 1001011 | 10100 | 111110 | 111101 | 110010 |
Color Harmonies of #C8CC32
Complementary color
Monochromatic Colors of #C8CC32
Black with #C8CC32
Text Example
Text Example
White with #C8CC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CC32; }
p { color: rgb(200,204,50); }
H1.HeaderClassName
{
color: #C8CC32;
}
.AnyTagClassName
{
color: #C8CC32;
}
</style>
background-color css
<style>
a { background-color: #C8CC32; }
a { background-color: rgb(200,204,50); }
div.DivClassName
{
background-color: #C8CC32;
}
.BgClassName
{
background-color: #C8CC32;
}
</style>
border-color css
<style>
span { border-color: #C8CC32; }
span { border-color: rgb(200,204,50); }
td.TdClassName
{
border-color: #C8CC32;
}
.TagClassName
{
border-color: #C8CC32;
}
</style>