Shades of Fuego #C8CC33
Tints of Fuego #C8CC33
RGB
CMYK
RGB Variations
Color information
#C8CC33 (or 0xC8CC33) is known color: Fuego. HEX triplet: C8, CC and 33. RGB value is (200,204,51). Sum of RGB (Red+Green+Blue) = 200+204+51=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 51 (20.31% from 255 or 11.21% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CC33 is #3733CC. Grayscale: #B9B9B9. Windows color (decimal): -3617741 or 3394760. OLE color: 3394760.
HSL color Cylindrical-coordinate representation of color #C8CC33: hue angle of 61.57º 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 #C8CC33 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 51 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.2 |
| HSL | 61.57º | 0.6% | 0.5% | - |
| HSV(B) | 61.57º | 0.75% | 0.8% | - |
| XYZ | 46.01 | 55.7 | 11.46 | - |
| YUV | 185.36 | 52.17 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 51 | 0.02 | 0 | 0.75 | 0.2 | 61.57 | 0.6 | 0.5 |
| Hex | C8 | CC | 33 | 2 | 0 | 4B | 14 | 3E | 3C | 32 |
| Octal | 310 | 314 | 63 | 2 | 0 | 113 | 24 | 76 | 74 | 62 |
| Binary | 11001000 | 11001100 | 110011 | 10 | 0 | 1001011 | 10100 | 111110 | 111100 | 110010 |
Color Harmonies of #C8CC33
Complementary color
Monochromatic Colors of #C8CC33
Black with #C8CC33
Text Example
Text Example
White with #C8CC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CC33; }
p { color: rgb(200,204,51); }
H1.HeaderClassName
{
color: #C8CC33;
}
.AnyTagClassName
{
color: #C8CC33;
}
</style>
background-color css
<style>
a { background-color: #C8CC33; }
a { background-color: rgb(200,204,51); }
div.DivClassName
{
background-color: #C8CC33;
}
.BgClassName
{
background-color: #C8CC33;
}
</style>
border-color css
<style>
span { border-color: #C8CC33; }
span { border-color: rgb(200,204,51); }
td.TdClassName
{
border-color: #C8CC33;
}
.TagClassName
{
border-color: #C8CC33;
}
</style>