Shades of Fuego #C8D127
Tints of Fuego #C8D127
RGB
CMYK
RGB Variations
Color information
#C8D127 (or 0xC8D127) is known color: Fuego. HEX triplet: C8, D1 and 27. RGB value is (200,209,39). Sum of RGB (Red+Green+Blue) = 200+209+39=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 39 (15.62% from 255 or 8.71% from 448); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D127 is #372ED8. Grayscale: #BBBBBB. Windows color (decimal): -3616473 or 2609608. OLE color: 2609608.
HSL color Cylindrical-coordinate representation of color #C8D127: hue angle of 63.18º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8D127 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 209 | 39 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.18 |
| HSL | 63.18º | 0.69% | 0.49% | - |
| HSV(B) | 63.18º | 0.81% | 0.82% | - |
| XYZ | 46.99 | 58.03 | 10.64 | - |
| YUV | 186.93 | 44.52 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 39 | 0.04 | 0 | 0.81 | 0.18 | 63.18 | 0.69 | 0.49 |
| Hex | C8 | D1 | 27 | 4 | 0 | 51 | 12 | 3F | 45 | 31 |
| Octal | 310 | 321 | 47 | 4 | 0 | 121 | 22 | 77 | 105 | 61 |
| Binary | 11001000 | 11010001 | 100111 | 100 | 0 | 1010001 | 10010 | 111111 | 1000101 | 110001 |
Color Harmonies of #C8D127
Complementary color
Monochromatic Colors of #C8D127
Black with #C8D127
Text Example
Text Example
White with #C8D127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D127; }
p { color: rgb(200,209,39); }
H1.HeaderClassName
{
color: #C8D127;
}
.AnyTagClassName
{
color: #C8D127;
}
</style>
background-color css
<style>
a { background-color: #C8D127; }
a { background-color: rgb(200,209,39); }
div.DivClassName
{
background-color: #C8D127;
}
.BgClassName
{
background-color: #C8D127;
}
</style>
border-color css
<style>
span { border-color: #C8D127; }
span { border-color: rgb(200,209,39); }
td.TdClassName
{
border-color: #C8D127;
}
.TagClassName
{
border-color: #C8D127;
}
</style>