Shades of Fuego #C7CA2E
Tints of Fuego #C7CA2E
RGB
CMYK
RGB Variations
Color information
#C7CA2E (or 0xC7CA2E) is known color: Fuego. HEX triplet: C7, CA and 2E. RGB value is (199,202,46). Sum of RGB (Red+Green+Blue) = 199+202+46=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 46 (18.36% from 255 or 10.29% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CA2E is #3835D1. Grayscale: #B7B7B7. Windows color (decimal): -3683794 or 3066567. OLE color: 3066567.
HSL color Cylindrical-coordinate representation of color #C7CA2E: hue angle of 61.15º degrees, saturation: 0.63, 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 #C7CA2E is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 46 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.21 |
| HSL | 61.15º | 0.63% | 0.49% | - |
| HSV(B) | 61.15º | 0.77% | 0.79% | - |
| XYZ | 45.17 | 54.58 | 10.74 | - |
| YUV | 183.32 | 50.51 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 46 | 0.01 | 0 | 0.77 | 0.21 | 61.15 | 0.63 | 0.49 |
| Hex | C7 | CA | 2E | 1 | 0 | 4D | 15 | 3D | 3F | 31 |
| Octal | 307 | 312 | 56 | 1 | 0 | 115 | 25 | 75 | 77 | 61 |
| Binary | 11000111 | 11001010 | 101110 | 1 | 0 | 1001101 | 10101 | 111101 | 111111 | 110001 |
Color Harmonies of #C7CA2E
Complementary color
Monochromatic Colors of #C7CA2E
Black with #C7CA2E
Text Example
Text Example
White with #C7CA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA2E; }
p { color: rgb(199,202,46); }
H1.HeaderClassName
{
color: #C7CA2E;
}
.AnyTagClassName
{
color: #C7CA2E;
}
</style>
background-color css
<style>
a { background-color: #C7CA2E; }
a { background-color: rgb(199,202,46); }
div.DivClassName
{
background-color: #C7CA2E;
}
.BgClassName
{
background-color: #C7CA2E;
}
</style>
border-color css
<style>
span { border-color: #C7CA2E; }
span { border-color: rgb(199,202,46); }
td.TdClassName
{
border-color: #C7CA2E;
}
.TagClassName
{
border-color: #C7CA2E;
}
</style>