Shades of Fuego #C6CA34
Tints of Fuego #C6CA34
RGB
CMYK
RGB Variations
Color information
#C6CA34 (or 0xC6CA34) is known color: Fuego. HEX triplet: C6, CA and 34. RGB value is (198,202,52). Sum of RGB (Red+Green+Blue) = 198+202+52=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 52 (20.70% from 255 or 11.50% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CA34 is #3935CB. Grayscale: #B8B8B8. Windows color (decimal): -3749324 or 3459782. OLE color: 3459782.
HSL color Cylindrical-coordinate representation of color #C6CA34: hue angle of 61.6º 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 #C6CA34 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 202 | 52 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.21 |
| HSL | 61.6º | 0.59% | 0.5% | - |
| HSV(B) | 61.6º | 0.74% | 0.79% | - |
| XYZ | 45.03 | 54.49 | 11.39 | - |
| YUV | 183.7 | 53.67 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 52 | 0.02 | 0 | 0.74 | 0.21 | 61.6 | 0.59 | 0.5 |
| Hex | C6 | CA | 34 | 2 | 0 | 4A | 15 | 3E | 3B | 32 |
| Octal | 306 | 312 | 64 | 2 | 0 | 112 | 25 | 76 | 73 | 62 |
| Binary | 11000110 | 11001010 | 110100 | 10 | 0 | 1001010 | 10101 | 111110 | 111011 | 110010 |
Color Harmonies of #C6CA34
Complementary color
Monochromatic Colors of #C6CA34
Black with #C6CA34
Text Example
Text Example
White with #C6CA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CA34; }
p { color: rgb(198,202,52); }
H1.HeaderClassName
{
color: #C6CA34;
}
.AnyTagClassName
{
color: #C6CA34;
}
</style>
background-color css
<style>
a { background-color: #C6CA34; }
a { background-color: rgb(198,202,52); }
div.DivClassName
{
background-color: #C6CA34;
}
.BgClassName
{
background-color: #C6CA34;
}
</style>
border-color css
<style>
span { border-color: #C6CA34; }
span { border-color: rgb(198,202,52); }
td.TdClassName
{
border-color: #C6CA34;
}
.TagClassName
{
border-color: #C6CA34;
}
</style>