Shades of Fuego #C7CA33
Tints of Fuego #C7CA33
RGB
CMYK
RGB Variations
Color information
#C7CA33 (or 0xC7CA33) is known color: Fuego. HEX triplet: C7, CA and 33. RGB value is (199,202,51). Sum of RGB (Red+Green+Blue) = 199+202+51=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 51 (20.31% from 255 or 11.28% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CA33 is #3835CC. Grayscale: #B8B8B8. Windows color (decimal): -3683789 or 3394247. OLE color: 3394247.
HSL color Cylindrical-coordinate representation of color #C7CA33: hue angle of 61.19º 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 #C7CA33 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 51 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.21 |
| HSL | 61.19º | 0.6% | 0.5% | - |
| HSV(B) | 61.19º | 0.75% | 0.79% | - |
| XYZ | 45.27 | 54.62 | 11.29 | - |
| YUV | 183.89 | 53.01 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 51 | 0.01 | 0 | 0.75 | 0.21 | 61.19 | 0.6 | 0.5 |
| Hex | C7 | CA | 33 | 1 | 0 | 4B | 15 | 3D | 3C | 32 |
| Octal | 307 | 312 | 63 | 1 | 0 | 113 | 25 | 75 | 74 | 62 |
| Binary | 11000111 | 11001010 | 110011 | 1 | 0 | 1001011 | 10101 | 111101 | 111100 | 110010 |
Color Harmonies of #C7CA33
Complementary color
Monochromatic Colors of #C7CA33
Black with #C7CA33
Text Example
Text Example
White with #C7CA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA33; }
p { color: rgb(199,202,51); }
H1.HeaderClassName
{
color: #C7CA33;
}
.AnyTagClassName
{
color: #C7CA33;
}
</style>
background-color css
<style>
a { background-color: #C7CA33; }
a { background-color: rgb(199,202,51); }
div.DivClassName
{
background-color: #C7CA33;
}
.BgClassName
{
background-color: #C7CA33;
}
</style>
border-color css
<style>
span { border-color: #C7CA33; }
span { border-color: rgb(199,202,51); }
td.TdClassName
{
border-color: #C7CA33;
}
.TagClassName
{
border-color: #C7CA33;
}
</style>