Shades of Fuego #C8D627
Tints of Fuego #C8D627
RGB
CMYK
RGB Variations
Color information
#C8D627 (or 0xC8D627) is known color: Fuego. HEX triplet: C8, D6 and 27. RGB value is (200,214,39). Sum of RGB (Red+Green+Blue) = 200+214+39=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 39 (15.62% from 255 or 8.61% from 453); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D627 is #3729D8. Grayscale: #BEBEBE. Windows color (decimal): -3615193 or 2610888. OLE color: 2610888.
HSL color Cylindrical-coordinate representation of color #C8D627: hue angle of 64.8º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8D627 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 39 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.16 |
| HSL | 64.8º | 0.69% | 0.5% | - |
| HSV(B) | 64.8º | 0.82% | 0.84% | - |
| XYZ | 48.23 | 60.52 | 11.06 | - |
| YUV | 189.86 | 42.86 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 39 | 0.07 | 0 | 0.82 | 0.16 | 64.8 | 0.69 | 0.5 |
| Hex | C8 | D6 | 27 | 7 | 0 | 52 | 10 | 41 | 45 | 32 |
| Octal | 310 | 326 | 47 | 7 | 0 | 122 | 20 | 101 | 105 | 62 |
| Binary | 11001000 | 11010110 | 100111 | 111 | 0 | 1010010 | 10000 | 1000001 | 1000101 | 110010 |
Color Harmonies of #C8D627
Complementary color
Monochromatic Colors of #C8D627
Black with #C8D627
Text Example
Text Example
White with #C8D627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D627; }
p { color: rgb(200,214,39); }
H1.HeaderClassName
{
color: #C8D627;
}
.AnyTagClassName
{
color: #C8D627;
}
</style>
background-color css
<style>
a { background-color: #C8D627; }
a { background-color: rgb(200,214,39); }
div.DivClassName
{
background-color: #C8D627;
}
.BgClassName
{
background-color: #C8D627;
}
</style>
border-color css
<style>
span { border-color: #C8D627; }
span { border-color: rgb(200,214,39); }
td.TdClassName
{
border-color: #C8D627;
}
.TagClassName
{
border-color: #C8D627;
}
</style>