Shades of Fuego #C7CA2D
Tints of Fuego #C7CA2D
RGB
CMYK
RGB Variations
Color information
#C7CA2D (or 0xC7CA2D) is known color: Fuego. HEX triplet: C7, CA and 2D. RGB value is (199,202,45). Sum of RGB (Red+Green+Blue) = 199+202+45=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 45 (17.97% from 255 or 10.09% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CA2D is #3835D2. Grayscale: #B7B7B7. Windows color (decimal): -3683795 or 3001031. OLE color: 3001031.
HSL color Cylindrical-coordinate representation of color #C7CA2D: hue angle of 61.15º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7CA2D is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 45 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.21 |
| HSL | 61.15º | 0.64% | 0.48% | - |
| HSV(B) | 61.15º | 0.78% | 0.79% | - |
| XYZ | 45.15 | 54.57 | 10.64 | - |
| YUV | 183.21 | 50.01 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 45 | 0.01 | 0 | 0.78 | 0.21 | 61.15 | 0.64 | 0.48 |
| Hex | C7 | CA | 2D | 1 | 0 | 4E | 15 | 3D | 40 | 30 |
| Octal | 307 | 312 | 55 | 1 | 0 | 116 | 25 | 75 | 100 | 60 |
| Binary | 11000111 | 11001010 | 101101 | 1 | 0 | 1001110 | 10101 | 111101 | 1000000 | 110000 |
Color Harmonies of #C7CA2D
Complementary color
Monochromatic Colors of #C7CA2D
Black with #C7CA2D
Text Example
Text Example
White with #C7CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA2D; }
p { color: rgb(199,202,45); }
H1.HeaderClassName
{
color: #C7CA2D;
}
.AnyTagClassName
{
color: #C7CA2D;
}
</style>
background-color css
<style>
a { background-color: #C7CA2D; }
a { background-color: rgb(199,202,45); }
div.DivClassName
{
background-color: #C7CA2D;
}
.BgClassName
{
background-color: #C7CA2D;
}
</style>
border-color css
<style>
span { border-color: #C7CA2D; }
span { border-color: rgb(199,202,45); }
td.TdClassName
{
border-color: #C7CA2D;
}
.TagClassName
{
border-color: #C7CA2D;
}
</style>