Shades of Fuego #C0C438
Tints of Fuego #C0C438
RGB
CMYK
RGB Variations
Color information
#C0C438 (or 0xC0C438) is known color: Fuego. HEX triplet: C0, C4 and 38. RGB value is (192,196,56). Sum of RGB (Red+Green+Blue) = 192+196+56=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 56 (22.27% from 255 or 12.61% from 444); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C438 is #3F3BC7. Grayscale: #B3B3B3. Windows color (decimal): -4144072 or 3720384. OLE color: 3720384.
HSL color Cylindrical-coordinate representation of color #C0C438: hue angle of 61.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0C438 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 196 | 56 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.23 |
| HSL | 61.71º | 0.56% | 0.49% | - |
| HSV(B) | 61.71º | 0.71% | 0.77% | - |
| XYZ | 42.19 | 50.97 | 11.36 | - |
| YUV | 178.84 | 58.67 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 56 | 0.02 | 0 | 0.71 | 0.23 | 61.71 | 0.56 | 0.49 |
| Hex | C0 | C4 | 38 | 2 | 0 | 47 | 17 | 3E | 38 | 31 |
| Octal | 300 | 304 | 70 | 2 | 0 | 107 | 27 | 76 | 70 | 61 |
| Binary | 11000000 | 11000100 | 111000 | 10 | 0 | 1000111 | 10111 | 111110 | 111000 | 110001 |
Color Harmonies of #C0C438
Complementary color
Monochromatic Colors of #C0C438
Black with #C0C438
Text Example
Text Example
White with #C0C438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C438; }
p { color: rgb(192,196,56); }
H1.HeaderClassName
{
color: #C0C438;
}
.AnyTagClassName
{
color: #C0C438;
}
</style>
background-color css
<style>
a { background-color: #C0C438; }
a { background-color: rgb(192,196,56); }
div.DivClassName
{
background-color: #C0C438;
}
.BgClassName
{
background-color: #C0C438;
}
</style>
border-color css
<style>
span { border-color: #C0C438; }
span { border-color: rgb(192,196,56); }
td.TdClassName
{
border-color: #C0C438;
}
.TagClassName
{
border-color: #C0C438;
}
</style>