Shades of Fuego #C6C934
Tints of Fuego #C6C934
RGB
CMYK
RGB Variations
Color information
#C6C934 (or 0xC6C934) is known color: Fuego. HEX triplet: C6, C9 and 34. RGB value is (198,201,52). Sum of RGB (Red+Green+Blue) = 198+201+52=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 52 (20.70% from 255 or 11.53% from 451); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C934 is #3936CB. Grayscale: #B7B7B7. Windows color (decimal): -3749580 or 3459526. OLE color: 3459526.
HSL color Cylindrical-coordinate representation of color #C6C934: hue angle of 61.21º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6C934 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 201 | 52 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.21 |
| HSL | 61.21º | 0.59% | 0.5% | - |
| HSV(B) | 61.21º | 0.74% | 0.79% | - |
| XYZ | 44.8 | 54.03 | 11.32 | - |
| YUV | 183.12 | 54.01 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 201 | 52 | 0.01 | 0 | 0.74 | 0.21 | 61.21 | 0.59 | 0.5 |
| Hex | C6 | C9 | 34 | 1 | 0 | 4A | 15 | 3D | 3B | 32 |
| Octal | 306 | 311 | 64 | 1 | 0 | 112 | 25 | 75 | 73 | 62 |
| Binary | 11000110 | 11001001 | 110100 | 1 | 0 | 1001010 | 10101 | 111101 | 111011 | 110010 |
Color Harmonies of #C6C934
Complementary color
Monochromatic Colors of #C6C934
Black with #C6C934
Text Example
Text Example
White with #C6C934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C934; }
p { color: rgb(198,201,52); }
H1.HeaderClassName
{
color: #C6C934;
}
.AnyTagClassName
{
color: #C6C934;
}
</style>
background-color css
<style>
a { background-color: #C6C934; }
a { background-color: rgb(198,201,52); }
div.DivClassName
{
background-color: #C6C934;
}
.BgClassName
{
background-color: #C6C934;
}
</style>
border-color css
<style>
span { border-color: #C6C934; }
span { border-color: rgb(198,201,52); }
td.TdClassName
{
border-color: #C6C934;
}
.TagClassName
{
border-color: #C6C934;
}
</style>