Shades of Fuego #C2C438
Tints of Fuego #C2C438
RGB
CMYK
RGB Variations
Color information
#C2C438 (or 0xC2C438) is known color: Fuego. HEX triplet: C2, C4 and 38. RGB value is (194,196,56). Sum of RGB (Red+Green+Blue) = 194+196+56=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 56 (22.27% from 255 or 12.56% from 446); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C438 is #3D3BC7. Grayscale: #B4B4B4. Windows color (decimal): -4013000 or 3720386. OLE color: 3720386.
HSL color Cylindrical-coordinate representation of color #C2C438: hue angle of 60.86º 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 #C2C438 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 196 | 56 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.23 |
| HSL | 60.86º | 0.56% | 0.49% | - |
| HSV(B) | 60.86º | 0.71% | 0.77% | - |
| XYZ | 42.7 | 51.23 | 11.38 | - |
| YUV | 179.44 | 58.34 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 196 | 56 | 0.01 | 0 | 0.71 | 0.23 | 60.86 | 0.56 | 0.49 |
| Hex | C2 | C4 | 38 | 1 | 0 | 47 | 17 | 3D | 38 | 31 |
| Octal | 302 | 304 | 70 | 1 | 0 | 107 | 27 | 75 | 70 | 61 |
| Binary | 11000010 | 11000100 | 111000 | 1 | 0 | 1000111 | 10111 | 111101 | 111000 | 110001 |
Color Harmonies of #C2C438
Complementary color
Monochromatic Colors of #C2C438
Black with #C2C438
Text Example
Text Example
White with #C2C438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C438; }
p { color: rgb(194,196,56); }
H1.HeaderClassName
{
color: #C2C438;
}
.AnyTagClassName
{
color: #C2C438;
}
</style>
background-color css
<style>
a { background-color: #C2C438; }
a { background-color: rgb(194,196,56); }
div.DivClassName
{
background-color: #C2C438;
}
.BgClassName
{
background-color: #C2C438;
}
</style>
border-color css
<style>
span { border-color: #C2C438; }
span { border-color: rgb(194,196,56); }
td.TdClassName
{
border-color: #C2C438;
}
.TagClassName
{
border-color: #C2C438;
}
</style>