Shades of Fuego #C6CE2A
Tints of Fuego #C6CE2A
RGB
CMYK
RGB Variations
Color information
#C6CE2A (or 0xC6CE2A) is known color: Fuego. HEX triplet: C6, CE and 2A. RGB value is (198,206,42). Sum of RGB (Red+Green+Blue) = 198+206+42=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CE2A is #3931D5. Grayscale: #B9B9B9. Windows color (decimal): -3748310 or 2805446. OLE color: 2805446.
HSL color Cylindrical-coordinate representation of color #C6CE2A: hue angle of 62.93º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6CE2A is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 206 | 42 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.19 |
| HSL | 62.93º | 0.66% | 0.49% | - |
| HSV(B) | 62.93º | 0.8% | 0.81% | - |
| XYZ | 45.78 | 56.32 | 10.65 | - |
| YUV | 184.91 | 47.35 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 206 | 42 | 0.04 | 0 | 0.80 | 0.19 | 62.93 | 0.66 | 0.49 |
| Hex | C6 | CE | 2A | 4 | 0 | 50 | 13 | 3F | 42 | 31 |
| Octal | 306 | 316 | 52 | 4 | 0 | 120 | 23 | 77 | 102 | 61 |
| Binary | 11000110 | 11001110 | 101010 | 100 | 0 | 1010000 | 10011 | 111111 | 1000010 | 110001 |
Color Harmonies of #C6CE2A
Complementary color
Monochromatic Colors of #C6CE2A
Black with #C6CE2A
Text Example
Text Example
White with #C6CE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CE2A; }
p { color: rgb(198,206,42); }
H1.HeaderClassName
{
color: #C6CE2A;
}
.AnyTagClassName
{
color: #C6CE2A;
}
</style>
background-color css
<style>
a { background-color: #C6CE2A; }
a { background-color: rgb(198,206,42); }
div.DivClassName
{
background-color: #C6CE2A;
}
.BgClassName
{
background-color: #C6CE2A;
}
</style>
border-color css
<style>
span { border-color: #C6CE2A; }
span { border-color: rgb(198,206,42); }
td.TdClassName
{
border-color: #C6CE2A;
}
.TagClassName
{
border-color: #C6CE2A;
}
</style>