Shades of Fuego #C6CB33
Tints of Fuego #C6CB33
RGB
CMYK
RGB Variations
Color information
#C6CB33 (or 0xC6CB33) is known color: Fuego. HEX triplet: C6, CB and 33. RGB value is (198,203,51). Sum of RGB (Red+Green+Blue) = 198+203+51=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 51 (20.31% from 255 or 11.28% from 452); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CB33 is #3934CC. Grayscale: #B8B8B8. Windows color (decimal): -3749069 or 3394502. OLE color: 3394502.
HSL color Cylindrical-coordinate representation of color #C6CB33: hue angle of 61.97º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6CB33 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 203 | 51 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.20 |
| HSL | 61.97º | 0.6% | 0.5% | - |
| HSV(B) | 61.97º | 0.75% | 0.8% | - |
| XYZ | 45.24 | 54.96 | 11.36 | - |
| YUV | 184.18 | 52.84 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 51 | 0.02 | 0 | 0.75 | 0.20 | 61.97 | 0.6 | 0.5 |
| Hex | C6 | CB | 33 | 2 | 0 | 4B | 14 | 3E | 3C | 32 |
| Octal | 306 | 313 | 63 | 2 | 0 | 113 | 24 | 76 | 74 | 62 |
| Binary | 11000110 | 11001011 | 110011 | 10 | 0 | 1001011 | 10100 | 111110 | 111100 | 110010 |
Color Harmonies of #C6CB33
Complementary color
Monochromatic Colors of #C6CB33
Black with #C6CB33
Text Example
Text Example
White with #C6CB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CB33; }
p { color: rgb(198,203,51); }
H1.HeaderClassName
{
color: #C6CB33;
}
.AnyTagClassName
{
color: #C6CB33;
}
</style>
background-color css
<style>
a { background-color: #C6CB33; }
a { background-color: rgb(198,203,51); }
div.DivClassName
{
background-color: #C6CB33;
}
.BgClassName
{
background-color: #C6CB33;
}
</style>
border-color css
<style>
span { border-color: #C6CB33; }
span { border-color: rgb(198,203,51); }
td.TdClassName
{
border-color: #C6CB33;
}
.TagClassName
{
border-color: #C6CB33;
}
</style>