Shades of Fuego #C7CA2F
Tints of Fuego #C7CA2F
RGB
CMYK
RGB Variations
Color information
#C7CA2F (or 0xC7CA2F) is known color: Fuego. HEX triplet: C7, CA and 2F. RGB value is (199,202,47). Sum of RGB (Red+Green+Blue) = 199+202+47=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 47 (18.75% from 255 or 10.49% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CA2F is #3835D0. Grayscale: #B8B8B8. Windows color (decimal): -3683793 or 3132103. OLE color: 3132103.
HSL color Cylindrical-coordinate representation of color #C7CA2F: hue angle of 61.16º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7CA2F is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 47 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.21 |
| HSL | 61.16º | 0.62% | 0.49% | - |
| HSV(B) | 61.16º | 0.77% | 0.79% | - |
| XYZ | 45.19 | 54.59 | 10.84 | - |
| YUV | 183.43 | 51.01 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 47 | 0.01 | 0 | 0.77 | 0.21 | 61.16 | 0.62 | 0.49 |
| Hex | C7 | CA | 2F | 1 | 0 | 4D | 15 | 3D | 3E | 31 |
| Octal | 307 | 312 | 57 | 1 | 0 | 115 | 25 | 75 | 76 | 61 |
| Binary | 11000111 | 11001010 | 101111 | 1 | 0 | 1001101 | 10101 | 111101 | 111110 | 110001 |
Color Harmonies of #C7CA2F
Complementary color
Monochromatic Colors of #C7CA2F
Black with #C7CA2F
Text Example
Text Example
White with #C7CA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA2F; }
p { color: rgb(199,202,47); }
H1.HeaderClassName
{
color: #C7CA2F;
}
.AnyTagClassName
{
color: #C7CA2F;
}
</style>
background-color css
<style>
a { background-color: #C7CA2F; }
a { background-color: rgb(199,202,47); }
div.DivClassName
{
background-color: #C7CA2F;
}
.BgClassName
{
background-color: #C7CA2F;
}
</style>
border-color css
<style>
span { border-color: #C7CA2F; }
span { border-color: rgb(199,202,47); }
td.TdClassName
{
border-color: #C7CA2F;
}
.TagClassName
{
border-color: #C7CA2F;
}
</style>