Shades of Fuego #C2CA33
Tints of Fuego #C2CA33
RGB
CMYK
RGB Variations
Color information
#C2CA33 (or 0xC2CA33) is known color: Fuego. HEX triplet: C2, CA and 33. RGB value is (194,202,51). Sum of RGB (Red+Green+Blue) = 194+202+51=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 51 (20.31% from 255 or 11.41% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CA33 is #3D35CC. Grayscale: #B6B6B6. Windows color (decimal): -4011469 or 3394242. OLE color: 3394242.
HSL color Cylindrical-coordinate representation of color #C2CA33: hue angle of 63.18º 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 #C2CA33 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 51 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.21 |
| HSL | 63.18º | 0.6% | 0.5% | - |
| HSV(B) | 63.18º | 0.75% | 0.79% | - |
| XYZ | 43.97 | 53.95 | 11.23 | - |
| YUV | 182.39 | 53.85 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 51 | 0.04 | 0 | 0.75 | 0.21 | 63.18 | 0.6 | 0.5 |
| Hex | C2 | CA | 33 | 4 | 0 | 4B | 15 | 3F | 3C | 32 |
| Octal | 302 | 312 | 63 | 4 | 0 | 113 | 25 | 77 | 74 | 62 |
| Binary | 11000010 | 11001010 | 110011 | 100 | 0 | 1001011 | 10101 | 111111 | 111100 | 110010 |
Color Harmonies of #C2CA33
Complementary color
Monochromatic Colors of #C2CA33
Black with #C2CA33
Text Example
Text Example
White with #C2CA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA33; }
p { color: rgb(194,202,51); }
H1.HeaderClassName
{
color: #C2CA33;
}
.AnyTagClassName
{
color: #C2CA33;
}
</style>
background-color css
<style>
a { background-color: #C2CA33; }
a { background-color: rgb(194,202,51); }
div.DivClassName
{
background-color: #C2CA33;
}
.BgClassName
{
background-color: #C2CA33;
}
</style>
border-color css
<style>
span { border-color: #C2CA33; }
span { border-color: rgb(194,202,51); }
td.TdClassName
{
border-color: #C2CA33;
}
.TagClassName
{
border-color: #C2CA33;
}
</style>