Shades of Fuego #C3C634
Tints of Fuego #C3C634
RGB
CMYK
RGB Variations
Color information
#C3C634 (or 0xC3C634) is known color: Fuego. HEX triplet: C3, C6 and 34. RGB value is (195,198,52). Sum of RGB (Red+Green+Blue) = 195+198+52=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 52 (20.70% from 255 or 11.69% from 445); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C634 is #3C39CB. Grayscale: #B5B5B5. Windows color (decimal): -3946956 or 3458755. OLE color: 3458755.
HSL color Cylindrical-coordinate representation of color #C3C634: hue angle of 61.23º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3C634 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 52 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.22 |
| HSL | 61.23º | 0.58% | 0.49% | - |
| HSV(B) | 61.23º | 0.74% | 0.78% | - |
| XYZ | 43.32 | 52.24 | 11.05 | - |
| YUV | 180.46 | 55.51 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 52 | 0.02 | 0 | 0.74 | 0.22 | 61.23 | 0.58 | 0.49 |
| Hex | C3 | C6 | 34 | 2 | 0 | 4A | 16 | 3D | 3A | 31 |
| Octal | 303 | 306 | 64 | 2 | 0 | 112 | 26 | 75 | 72 | 61 |
| Binary | 11000011 | 11000110 | 110100 | 10 | 0 | 1001010 | 10110 | 111101 | 111010 | 110001 |
Color Harmonies of #C3C634
Complementary color
Monochromatic Colors of #C3C634
Black with #C3C634
Text Example
Text Example
White with #C3C634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C634; }
p { color: rgb(195,198,52); }
H1.HeaderClassName
{
color: #C3C634;
}
.AnyTagClassName
{
color: #C3C634;
}
</style>
background-color css
<style>
a { background-color: #C3C634; }
a { background-color: rgb(195,198,52); }
div.DivClassName
{
background-color: #C3C634;
}
.BgClassName
{
background-color: #C3C634;
}
</style>
border-color css
<style>
span { border-color: #C3C634; }
span { border-color: rgb(195,198,52); }
td.TdClassName
{
border-color: #C3C634;
}
.TagClassName
{
border-color: #C3C634;
}
</style>