Shades of Fuego #C7CA2B
Tints of Fuego #C7CA2B
RGB
CMYK
RGB Variations
Color information
#C7CA2B (or 0xC7CA2B) is known color: Fuego. HEX triplet: C7, CA and 2B. RGB value is (199,202,43). Sum of RGB (Red+Green+Blue) = 199+202+43=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 43 (17.19% from 255 or 9.68% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CA2B is #3835D4. Grayscale: #B7B7B7. Windows color (decimal): -3683797 or 2869959. OLE color: 2869959.
HSL color Cylindrical-coordinate representation of color #C7CA2B: hue angle of 61.13º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7CA2B is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 43 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.21 |
| HSL | 61.13º | 0.65% | 0.48% | - |
| HSV(B) | 61.13º | 0.79% | 0.79% | - |
| XYZ | 45.11 | 54.56 | 10.44 | - |
| YUV | 182.98 | 49.01 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 43 | 0.01 | 0 | 0.79 | 0.21 | 61.13 | 0.65 | 0.48 |
| Hex | C7 | CA | 2B | 1 | 0 | 4F | 15 | 3D | 41 | 30 |
| Octal | 307 | 312 | 53 | 1 | 0 | 117 | 25 | 75 | 101 | 60 |
| Binary | 11000111 | 11001010 | 101011 | 1 | 0 | 1001111 | 10101 | 111101 | 1000001 | 110000 |
Color Harmonies of #C7CA2B
Complementary color
Monochromatic Colors of #C7CA2B
Black with #C7CA2B
Text Example
Text Example
White with #C7CA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA2B; }
p { color: rgb(199,202,43); }
H1.HeaderClassName
{
color: #C7CA2B;
}
.AnyTagClassName
{
color: #C7CA2B;
}
</style>
background-color css
<style>
a { background-color: #C7CA2B; }
a { background-color: rgb(199,202,43); }
div.DivClassName
{
background-color: #C7CA2B;
}
.BgClassName
{
background-color: #C7CA2B;
}
</style>
border-color css
<style>
span { border-color: #C7CA2B; }
span { border-color: rgb(199,202,43); }
td.TdClassName
{
border-color: #C7CA2B;
}
.TagClassName
{
border-color: #C7CA2B;
}
</style>