Shades of Fuego #C0C729
Tints of Fuego #C0C729
RGB
CMYK
RGB Variations
Color information
#C0C729 (or 0xC0C729) is known color: Fuego. HEX triplet: C0, C7 and 29. RGB value is (192,199,41). Sum of RGB (Red+Green+Blue) = 192+199+41=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 41 (16.41% from 255 or 9.49% from 432); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C729 is #3F38D6. Grayscale: #B3B3B3. Windows color (decimal): -4143319 or 2738112. OLE color: 2738112.
HSL color Cylindrical-coordinate representation of color #C0C729: hue angle of 62.66º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0C729 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 199 | 41 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.22 |
| HSL | 62.66º | 0.66% | 0.47% | - |
| HSV(B) | 62.66º | 0.79% | 0.78% | - |
| XYZ | 42.56 | 52.21 | 9.93 | - |
| YUV | 178.9 | 50.18 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 199 | 41 | 0.04 | 0 | 0.79 | 0.22 | 62.66 | 0.66 | 0.47 |
| Hex | C0 | C7 | 29 | 4 | 0 | 4F | 16 | 3F | 42 | 2F |
| Octal | 300 | 307 | 51 | 4 | 0 | 117 | 26 | 77 | 102 | 57 |
| Binary | 11000000 | 11000111 | 101001 | 100 | 0 | 1001111 | 10110 | 111111 | 1000010 | 101111 |
Color Harmonies of #C0C729
Complementary color
Monochromatic Colors of #C0C729
Black with #C0C729
Text Example
Text Example
White with #C0C729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C729; }
p { color: rgb(192,199,41); }
H1.HeaderClassName
{
color: #C0C729;
}
.AnyTagClassName
{
color: #C0C729;
}
</style>
background-color css
<style>
a { background-color: #C0C729; }
a { background-color: rgb(192,199,41); }
div.DivClassName
{
background-color: #C0C729;
}
.BgClassName
{
background-color: #C0C729;
}
</style>
border-color css
<style>
span { border-color: #C0C729; }
span { border-color: rgb(192,199,41); }
td.TdClassName
{
border-color: #C0C729;
}
.TagClassName
{
border-color: #C0C729;
}
</style>