Shades of Fuego #C6C82B
Tints of Fuego #C6C82B
RGB
CMYK
RGB Variations
Color information
#C6C82B (or 0xC6C82B) is known color: Fuego. HEX triplet: C6, C8 and 2B. RGB value is (198,200,43). Sum of RGB (Red+Green+Blue) = 198+200+43=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 43 (17.19% from 255 or 9.75% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C82B is #3937D4. Grayscale: #B6B6B6. Windows color (decimal): -3749845 or 2869446. OLE color: 2869446.
HSL color Cylindrical-coordinate representation of color #C6C82B: hue angle of 60.76º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6C82B is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 200 | 43 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.22 |
| HSL | 60.76º | 0.65% | 0.48% | - |
| HSV(B) | 60.76º | 0.79% | 0.78% | - |
| XYZ | 44.38 | 53.49 | 10.27 | - |
| YUV | 181.5 | 49.84 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 200 | 43 | 0.01 | 0 | 0.78 | 0.22 | 60.76 | 0.65 | 0.48 |
| Hex | C6 | C8 | 2B | 1 | 0 | 4E | 16 | 3D | 41 | 30 |
| Octal | 306 | 310 | 53 | 1 | 0 | 116 | 26 | 75 | 101 | 60 |
| Binary | 11000110 | 11001000 | 101011 | 1 | 0 | 1001110 | 10110 | 111101 | 1000001 | 110000 |
Color Harmonies of #C6C82B
Complementary color
Monochromatic Colors of #C6C82B
Black with #C6C82B
Text Example
Text Example
White with #C6C82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C82B; }
p { color: rgb(198,200,43); }
H1.HeaderClassName
{
color: #C6C82B;
}
.AnyTagClassName
{
color: #C6C82B;
}
</style>
background-color css
<style>
a { background-color: #C6C82B; }
a { background-color: rgb(198,200,43); }
div.DivClassName
{
background-color: #C6C82B;
}
.BgClassName
{
background-color: #C6C82B;
}
</style>
border-color css
<style>
span { border-color: #C6C82B; }
span { border-color: rgb(198,200,43); }
td.TdClassName
{
border-color: #C6C82B;
}
.TagClassName
{
border-color: #C6C82B;
}
</style>