Shades of Fuego #C0C332
Tints of Fuego #C0C332
RGB
CMYK
RGB Variations
Color information
#C0C332 (or 0xC0C332) is known color: Fuego. HEX triplet: C0, C3 and 32. RGB value is (192,195,50). Sum of RGB (Red+Green+Blue) = 192+195+50=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 50 (19.92% from 255 or 11.44% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C332 is #3F3CCD. Grayscale: #B2B2B2. Windows color (decimal): -4144334 or 3326912. OLE color: 3326912.
HSL color Cylindrical-coordinate representation of color #C0C332: hue angle of 61.24º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0C332 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 50 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.24 |
| HSL | 61.24º | 0.59% | 0.48% | - |
| HSV(B) | 61.24º | 0.74% | 0.76% | - |
| XYZ | 41.83 | 50.47 | 10.55 | - |
| YUV | 177.57 | 56.01 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 50 | 0.02 | 0 | 0.74 | 0.24 | 61.24 | 0.59 | 0.48 |
| Hex | C0 | C3 | 32 | 2 | 0 | 4A | 18 | 3D | 3B | 30 |
| Octal | 300 | 303 | 62 | 2 | 0 | 112 | 30 | 75 | 73 | 60 |
| Binary | 11000000 | 11000011 | 110010 | 10 | 0 | 1001010 | 11000 | 111101 | 111011 | 110000 |
Color Harmonies of #C0C332
Complementary color
Monochromatic Colors of #C0C332
Black with #C0C332
Text Example
Text Example
White with #C0C332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C332; }
p { color: rgb(192,195,50); }
H1.HeaderClassName
{
color: #C0C332;
}
.AnyTagClassName
{
color: #C0C332;
}
</style>
background-color css
<style>
a { background-color: #C0C332; }
a { background-color: rgb(192,195,50); }
div.DivClassName
{
background-color: #C0C332;
}
.BgClassName
{
background-color: #C0C332;
}
</style>
border-color css
<style>
span { border-color: #C0C332; }
span { border-color: rgb(192,195,50); }
td.TdClassName
{
border-color: #C0C332;
}
.TagClassName
{
border-color: #C0C332;
}
</style>