Shades of Fuego #C8CE2E
Tints of Fuego #C8CE2E
RGB
CMYK
RGB Variations
Color information
#C8CE2E (or 0xC8CE2E) is known color: Fuego. HEX triplet: C8, CE and 2E. RGB value is (200,206,46). Sum of RGB (Red+Green+Blue) = 200+206+46=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 46 (18.36% from 255 or 10.18% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CE2E is #3731D1. Grayscale: #BABABA. Windows color (decimal): -3617234 or 3067592. OLE color: 3067592.
HSL color Cylindrical-coordinate representation of color #C8CE2E: hue angle of 62.25º degrees, saturation: 0.63, 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 #C8CE2E is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 206 | 46 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.19 |
| HSL | 62.25º | 0.63% | 0.49% | - |
| HSV(B) | 62.25º | 0.78% | 0.81% | - |
| XYZ | 46.38 | 56.62 | 11.07 | - |
| YUV | 185.97 | 49.01 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 46 | 0.03 | 0 | 0.78 | 0.19 | 62.25 | 0.63 | 0.49 |
| Hex | C8 | CE | 2E | 3 | 0 | 4E | 13 | 3E | 3F | 31 |
| Octal | 310 | 316 | 56 | 3 | 0 | 116 | 23 | 76 | 77 | 61 |
| Binary | 11001000 | 11001110 | 101110 | 11 | 0 | 1001110 | 10011 | 111110 | 111111 | 110001 |
Color Harmonies of #C8CE2E
Complementary color
Monochromatic Colors of #C8CE2E
Black with #C8CE2E
Text Example
Text Example
White with #C8CE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CE2E; }
p { color: rgb(200,206,46); }
H1.HeaderClassName
{
color: #C8CE2E;
}
.AnyTagClassName
{
color: #C8CE2E;
}
</style>
background-color css
<style>
a { background-color: #C8CE2E; }
a { background-color: rgb(200,206,46); }
div.DivClassName
{
background-color: #C8CE2E;
}
.BgClassName
{
background-color: #C8CE2E;
}
</style>
border-color css
<style>
span { border-color: #C8CE2E; }
span { border-color: rgb(200,206,46); }
td.TdClassName
{
border-color: #C8CE2E;
}
.TagClassName
{
border-color: #C8CE2E;
}
</style>