Shades of Fuego #C2CB33
Tints of Fuego #C2CB33
RGB
CMYK
RGB Variations
Color information
#C2CB33 (or 0xC2CB33) is known color: Fuego. HEX triplet: C2, CB and 33. RGB value is (194,203,51). Sum of RGB (Red+Green+Blue) = 194+203+51=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 51 (20.31% from 255 or 11.38% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CB33 is #3D34CC. Grayscale: #B7B7B7. Windows color (decimal): -4011213 or 3394498. OLE color: 3394498.
HSL color Cylindrical-coordinate representation of color #C2CB33: hue angle of 63.55º 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 #C2CB33 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 51 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.20 |
| HSL | 63.55º | 0.6% | 0.5% | - |
| HSV(B) | 63.55º | 0.75% | 0.8% | - |
| XYZ | 44.2 | 54.42 | 11.31 | - |
| YUV | 182.98 | 53.52 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 51 | 0.04 | 0 | 0.75 | 0.20 | 63.55 | 0.6 | 0.5 |
| Hex | C2 | CB | 33 | 4 | 0 | 4B | 14 | 40 | 3C | 32 |
| Octal | 302 | 313 | 63 | 4 | 0 | 113 | 24 | 100 | 74 | 62 |
| Binary | 11000010 | 11001011 | 110011 | 100 | 0 | 1001011 | 10100 | 1000000 | 111100 | 110010 |
Color Harmonies of #C2CB33
Complementary color
Monochromatic Colors of #C2CB33
Black with #C2CB33
Text Example
Text Example
White with #C2CB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CB33; }
p { color: rgb(194,203,51); }
H1.HeaderClassName
{
color: #C2CB33;
}
.AnyTagClassName
{
color: #C2CB33;
}
</style>
background-color css
<style>
a { background-color: #C2CB33; }
a { background-color: rgb(194,203,51); }
div.DivClassName
{
background-color: #C2CB33;
}
.BgClassName
{
background-color: #C2CB33;
}
</style>
border-color css
<style>
span { border-color: #C2CB33; }
span { border-color: rgb(194,203,51); }
td.TdClassName
{
border-color: #C2CB33;
}
.TagClassName
{
border-color: #C2CB33;
}
</style>