Shades of Fuego #C3C62D
Tints of Fuego #C3C62D
RGB
CMYK
RGB Variations
Color information
#C3C62D (or 0xC3C62D) is known color: Fuego. HEX triplet: C3, C6 and 2D. RGB value is (195,198,45). Sum of RGB (Red+Green+Blue) = 195+198+45=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C62D is #3C39D2. Grayscale: #B4B4B4. Windows color (decimal): -3946963 or 3000003. OLE color: 3000003.
HSL color Cylindrical-coordinate representation of color #C3C62D: hue angle of 61.18º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3C62D is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 45 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.22 |
| HSL | 61.18º | 0.63% | 0.48% | - |
| HSV(B) | 61.18º | 0.77% | 0.78% | - |
| XYZ | 43.17 | 52.18 | 10.28 | - |
| YUV | 179.66 | 52.01 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 45 | 0.02 | 0 | 0.77 | 0.22 | 61.18 | 0.63 | 0.48 |
| Hex | C3 | C6 | 2D | 2 | 0 | 4D | 16 | 3D | 3F | 30 |
| Octal | 303 | 306 | 55 | 2 | 0 | 115 | 26 | 75 | 77 | 60 |
| Binary | 11000011 | 11000110 | 101101 | 10 | 0 | 1001101 | 10110 | 111101 | 111111 | 110000 |
Color Harmonies of #C3C62D
Complementary color
Monochromatic Colors of #C3C62D
Black with #C3C62D
Text Example
Text Example
White with #C3C62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C62D; }
p { color: rgb(195,198,45); }
H1.HeaderClassName
{
color: #C3C62D;
}
.AnyTagClassName
{
color: #C3C62D;
}
</style>
background-color css
<style>
a { background-color: #C3C62D; }
a { background-color: rgb(195,198,45); }
div.DivClassName
{
background-color: #C3C62D;
}
.BgClassName
{
background-color: #C3C62D;
}
</style>
border-color css
<style>
span { border-color: #C3C62D; }
span { border-color: rgb(195,198,45); }
td.TdClassName
{
border-color: #C3C62D;
}
.TagClassName
{
border-color: #C3C62D;
}
</style>