Shades of Fuego #C8CE2D
Tints of Fuego #C8CE2D
RGB
CMYK
RGB Variations
Color information
#C8CE2D (or 0xC8CE2D) is known color: Fuego. HEX triplet: C8, CE and 2D. RGB value is (200,206,45). Sum of RGB (Red+Green+Blue) = 200+206+45=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 45 (17.97% from 255 or 9.98% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CE2D is #3731D2. Grayscale: #BABABA. Windows color (decimal): -3617235 or 3002056. OLE color: 3002056.
HSL color Cylindrical-coordinate representation of color #C8CE2D: hue angle of 62.24º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8CE2D is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 206 | 45 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.19 |
| HSL | 62.24º | 0.64% | 0.49% | - |
| HSV(B) | 62.24º | 0.78% | 0.81% | - |
| XYZ | 46.36 | 56.61 | 10.97 | - |
| YUV | 185.85 | 48.51 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 45 | 0.03 | 0 | 0.78 | 0.19 | 62.24 | 0.64 | 0.49 |
| Hex | C8 | CE | 2D | 3 | 0 | 4E | 13 | 3E | 40 | 31 |
| Octal | 310 | 316 | 55 | 3 | 0 | 116 | 23 | 76 | 100 | 61 |
| Binary | 11001000 | 11001110 | 101101 | 11 | 0 | 1001110 | 10011 | 111110 | 1000000 | 110001 |
Color Harmonies of #C8CE2D
Complementary color
Monochromatic Colors of #C8CE2D
Black with #C8CE2D
Text Example
Text Example
White with #C8CE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CE2D; }
p { color: rgb(200,206,45); }
H1.HeaderClassName
{
color: #C8CE2D;
}
.AnyTagClassName
{
color: #C8CE2D;
}
</style>
background-color css
<style>
a { background-color: #C8CE2D; }
a { background-color: rgb(200,206,45); }
div.DivClassName
{
background-color: #C8CE2D;
}
.BgClassName
{
background-color: #C8CE2D;
}
</style>
border-color css
<style>
span { border-color: #C8CE2D; }
span { border-color: rgb(200,206,45); }
td.TdClassName
{
border-color: #C8CE2D;
}
.TagClassName
{
border-color: #C8CE2D;
}
</style>