Shades of Fuego #C8D133
Tints of Fuego #C8D133
RGB
CMYK
RGB Variations
Color information
#C8D133 (or 0xC8D133) is known color: Fuego. HEX triplet: C8, D1 and 33. RGB value is (200,209,51). Sum of RGB (Red+Green+Blue) = 200+209+51=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 51 (20.31% from 255 or 11.09% from 460); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D133 is #372ECC. Grayscale: #BCBCBC. Windows color (decimal): -3616461 or 3396040. OLE color: 3396040.
HSL color Cylindrical-coordinate representation of color #C8D133: hue angle of 63.42º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8D133 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 209 | 51 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.18 |
| HSL | 63.42º | 0.63% | 0.51% | - |
| HSV(B) | 63.42º | 0.76% | 0.82% | - |
| XYZ | 47.22 | 58.12 | 11.86 | - |
| YUV | 188.3 | 50.52 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 51 | 0.04 | 0 | 0.76 | 0.18 | 63.42 | 0.63 | 0.51 |
| Hex | C8 | D1 | 33 | 4 | 0 | 4C | 12 | 3F | 3F | 33 |
| Octal | 310 | 321 | 63 | 4 | 0 | 114 | 22 | 77 | 77 | 63 |
| Binary | 11001000 | 11010001 | 110011 | 100 | 0 | 1001100 | 10010 | 111111 | 111111 | 110011 |
Color Harmonies of #C8D133
Complementary color
Monochromatic Colors of #C8D133
Black with #C8D133
Text Example
Text Example
White with #C8D133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D133; }
p { color: rgb(200,209,51); }
H1.HeaderClassName
{
color: #C8D133;
}
.AnyTagClassName
{
color: #C8D133;
}
</style>
background-color css
<style>
a { background-color: #C8D133; }
a { background-color: rgb(200,209,51); }
div.DivClassName
{
background-color: #C8D133;
}
.BgClassName
{
background-color: #C8D133;
}
</style>
border-color css
<style>
span { border-color: #C8D133; }
span { border-color: rgb(200,209,51); }
td.TdClassName
{
border-color: #C8D133;
}
.TagClassName
{
border-color: #C8D133;
}
</style>