Shades of Fuego #C6CA33
Tints of Fuego #C6CA33
RGB
CMYK
RGB Variations
Color information
#C6CA33 (or 0xC6CA33) is known color: Fuego. HEX triplet: C6, CA and 33. RGB value is (198,202,51). Sum of RGB (Red+Green+Blue) = 198+202+51=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 51 (20.31% from 255 or 11.31% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CA33 is #3935CC. Grayscale: #B8B8B8. Windows color (decimal): -3749325 or 3394246. OLE color: 3394246.
HSL color Cylindrical-coordinate representation of color #C6CA33: hue angle of 61.59º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6CA33 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 202 | 51 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.21 |
| HSL | 61.59º | 0.6% | 0.5% | - |
| HSV(B) | 61.59º | 0.75% | 0.79% | - |
| XYZ | 45.01 | 54.49 | 11.28 | - |
| YUV | 183.59 | 53.17 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 51 | 0.02 | 0 | 0.75 | 0.21 | 61.59 | 0.6 | 0.5 |
| Hex | C6 | CA | 33 | 2 | 0 | 4B | 15 | 3E | 3C | 32 |
| Octal | 306 | 312 | 63 | 2 | 0 | 113 | 25 | 76 | 74 | 62 |
| Binary | 11000110 | 11001010 | 110011 | 10 | 0 | 1001011 | 10101 | 111110 | 111100 | 110010 |
Color Harmonies of #C6CA33
Complementary color
Monochromatic Colors of #C6CA33
Black with #C6CA33
Text Example
Text Example
White with #C6CA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CA33; }
p { color: rgb(198,202,51); }
H1.HeaderClassName
{
color: #C6CA33;
}
.AnyTagClassName
{
color: #C6CA33;
}
</style>
background-color css
<style>
a { background-color: #C6CA33; }
a { background-color: rgb(198,202,51); }
div.DivClassName
{
background-color: #C6CA33;
}
.BgClassName
{
background-color: #C6CA33;
}
</style>
border-color css
<style>
span { border-color: #C6CA33; }
span { border-color: rgb(198,202,51); }
td.TdClassName
{
border-color: #C6CA33;
}
.TagClassName
{
border-color: #C6CA33;
}
</style>