Shades of Fuego #C1C73B
Tints of Fuego #C1C73B
RGB
CMYK
RGB Variations
Color information
#C1C73B (or 0xC1C73B) is known color: Fuego. HEX triplet: C1, C7 and 3B. RGB value is (193,199,59). Sum of RGB (Red+Green+Blue) = 193+199+59=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 59 (23.44% from 255 or 13.08% from 451); Max value from RGB is 199 - color contains mainly: green. Hex color #C1C73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C73B is #3E38C4. Grayscale: #B5B5B5. Windows color (decimal): -4077765 or 3917761. OLE color: 3917761.
HSL color Cylindrical-coordinate representation of color #C1C73B: hue angle of 62.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1C73B is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 199 | 59 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.22 |
| HSL | 62.57º | 0.56% | 0.51% | - |
| HSV(B) | 62.57º | 0.7% | 0.78% | - |
| XYZ | 43.21 | 52.5 | 11.99 | - |
| YUV | 181.25 | 59.01 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 199 | 59 | 0.03 | 0 | 0.70 | 0.22 | 62.57 | 0.56 | 0.51 |
| Hex | C1 | C7 | 3B | 3 | 0 | 46 | 16 | 3F | 38 | 33 |
| Octal | 301 | 307 | 73 | 3 | 0 | 106 | 26 | 77 | 70 | 63 |
| Binary | 11000001 | 11000111 | 111011 | 11 | 0 | 1000110 | 10110 | 111111 | 111000 | 110011 |
Color Harmonies of #C1C73B
Complementary color
Monochromatic Colors of #C1C73B
Black with #C1C73B
Text Example
Text Example
White with #C1C73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C73B; }
p { color: rgb(193,199,59); }
H1.HeaderClassName
{
color: #C1C73B;
}
.AnyTagClassName
{
color: #C1C73B;
}
</style>
background-color css
<style>
a { background-color: #C1C73B; }
a { background-color: rgb(193,199,59); }
div.DivClassName
{
background-color: #C1C73B;
}
.BgClassName
{
background-color: #C1C73B;
}
</style>
border-color css
<style>
span { border-color: #C1C73B; }
span { border-color: rgb(193,199,59); }
td.TdClassName
{
border-color: #C1C73B;
}
.TagClassName
{
border-color: #C1C73B;
}
</style>