Shades of Fuego #C6C735
Tints of Fuego #C6C735
RGB
CMYK
RGB Variations
Color information
#C6C735 (or 0xC6C735) is known color: Fuego. HEX triplet: C6, C7 and 35. RGB value is (198,199,53). Sum of RGB (Red+Green+Blue) = 198+199+53=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 53 (21.09% from 255 or 11.78% from 450); Max value from RGB is 199 - color contains mainly: green. Hex color #C6C735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C735 is #3938CA. Grayscale: #B6B6B6. Windows color (decimal): -3750091 or 3524550. OLE color: 3524550.
HSL color Cylindrical-coordinate representation of color #C6C735: hue angle of 60.41º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6C735 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 199 | 53 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.22 |
| HSL | 60.41º | 0.58% | 0.49% | - |
| HSV(B) | 60.41º | 0.73% | 0.78% | - |
| XYZ | 44.35 | 53.11 | 11.28 | - |
| YUV | 182.06 | 55.17 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 199 | 53 | 0.01 | 0 | 0.73 | 0.22 | 60.41 | 0.58 | 0.49 |
| Hex | C6 | C7 | 35 | 1 | 0 | 49 | 16 | 3C | 3A | 31 |
| Octal | 306 | 307 | 65 | 1 | 0 | 111 | 26 | 74 | 72 | 61 |
| Binary | 11000110 | 11000111 | 110101 | 1 | 0 | 1001001 | 10110 | 111100 | 111010 | 110001 |
Color Harmonies of #C6C735
Complementary color
Monochromatic Colors of #C6C735
Black with #C6C735
Text Example
Text Example
White with #C6C735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C735; }
p { color: rgb(198,199,53); }
H1.HeaderClassName
{
color: #C6C735;
}
.AnyTagClassName
{
color: #C6C735;
}
</style>
background-color css
<style>
a { background-color: #C6C735; }
a { background-color: rgb(198,199,53); }
div.DivClassName
{
background-color: #C6C735;
}
.BgClassName
{
background-color: #C6C735;
}
</style>
border-color css
<style>
span { border-color: #C6C735; }
span { border-color: rgb(198,199,53); }
td.TdClassName
{
border-color: #C6C735;
}
.TagClassName
{
border-color: #C6C735;
}
</style>