Shades of Fuego #C7CA31
Tints of Fuego #C7CA31
RGB
CMYK
RGB Variations
Color information
#C7CA31 (or 0xC7CA31) is known color: Fuego. HEX triplet: C7, CA and 31. RGB value is (199,202,49). Sum of RGB (Red+Green+Blue) = 199+202+49=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 49 (19.53% from 255 or 10.89% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CA31 is #3835CE. Grayscale: #B8B8B8. Windows color (decimal): -3683791 or 3263175. OLE color: 3263175.
HSL color Cylindrical-coordinate representation of color #C7CA31: hue angle of 61.18º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7CA31 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 49 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.21 |
| HSL | 61.18º | 0.61% | 0.49% | - |
| HSV(B) | 61.18º | 0.76% | 0.79% | - |
| XYZ | 45.23 | 54.6 | 11.06 | - |
| YUV | 183.66 | 52.01 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 49 | 0.01 | 0 | 0.76 | 0.21 | 61.18 | 0.61 | 0.49 |
| Hex | C7 | CA | 31 | 1 | 0 | 4C | 15 | 3D | 3D | 31 |
| Octal | 307 | 312 | 61 | 1 | 0 | 114 | 25 | 75 | 75 | 61 |
| Binary | 11000111 | 11001010 | 110001 | 1 | 0 | 1001100 | 10101 | 111101 | 111101 | 110001 |
Color Harmonies of #C7CA31
Complementary color
Monochromatic Colors of #C7CA31
Black with #C7CA31
Text Example
Text Example
White with #C7CA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA31; }
p { color: rgb(199,202,49); }
H1.HeaderClassName
{
color: #C7CA31;
}
.AnyTagClassName
{
color: #C7CA31;
}
</style>
background-color css
<style>
a { background-color: #C7CA31; }
a { background-color: rgb(199,202,49); }
div.DivClassName
{
background-color: #C7CA31;
}
.BgClassName
{
background-color: #C7CA31;
}
</style>
border-color css
<style>
span { border-color: #C7CA31; }
span { border-color: rgb(199,202,49); }
td.TdClassName
{
border-color: #C7CA31;
}
.TagClassName
{
border-color: #C7CA31;
}
</style>