Shades of Fuego #C6CB32
Tints of Fuego #C6CB32
RGB
CMYK
RGB Variations
Color information
#C6CB32 (or 0xC6CB32) is known color: Fuego. HEX triplet: C6, CB and 32. RGB value is (198,203,50). Sum of RGB (Red+Green+Blue) = 198+203+50=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 50 (19.92% from 255 or 11.09% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CB32 is #3934CD. Grayscale: #B8B8B8. Windows color (decimal): -3749070 or 3328966. OLE color: 3328966.
HSL color Cylindrical-coordinate representation of color #C6CB32: hue angle of 61.96º 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 #C6CB32 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 203 | 50 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.20 |
| HSL | 61.96º | 0.6% | 0.5% | - |
| HSV(B) | 61.96º | 0.75% | 0.8% | - |
| XYZ | 45.22 | 54.95 | 11.24 | - |
| YUV | 184.06 | 52.34 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 50 | 0.02 | 0 | 0.75 | 0.20 | 61.96 | 0.6 | 0.5 |
| Hex | C6 | CB | 32 | 2 | 0 | 4B | 14 | 3E | 3C | 32 |
| Octal | 306 | 313 | 62 | 2 | 0 | 113 | 24 | 76 | 74 | 62 |
| Binary | 11000110 | 11001011 | 110010 | 10 | 0 | 1001011 | 10100 | 111110 | 111100 | 110010 |
Color Harmonies of #C6CB32
Complementary color
Monochromatic Colors of #C6CB32
Black with #C6CB32
Text Example
Text Example
White with #C6CB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CB32; }
p { color: rgb(198,203,50); }
H1.HeaderClassName
{
color: #C6CB32;
}
.AnyTagClassName
{
color: #C6CB32;
}
</style>
background-color css
<style>
a { background-color: #C6CB32; }
a { background-color: rgb(198,203,50); }
div.DivClassName
{
background-color: #C6CB32;
}
.BgClassName
{
background-color: #C6CB32;
}
</style>
border-color css
<style>
span { border-color: #C6CB32; }
span { border-color: rgb(198,203,50); }
td.TdClassName
{
border-color: #C6CB32;
}
.TagClassName
{
border-color: #C6CB32;
}
</style>