Shades of Fuego #C3C435
Tints of Fuego #C3C435
RGB
CMYK
RGB Variations
Color information
#C3C435 (or 0xC3C435) is known color: Fuego. HEX triplet: C3, C4 and 35. RGB value is (195,196,53). Sum of RGB (Red+Green+Blue) = 195+196+53=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 53 (21.09% from 255 or 11.94% from 444); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C435 is #3C3BCA. Grayscale: #B3B3B3. Windows color (decimal): -3947467 or 3523779. OLE color: 3523779.
HSL color Cylindrical-coordinate representation of color #C3C435: hue angle of 60.42º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3C435 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 196 | 53 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.23 |
| HSL | 60.42º | 0.57% | 0.49% | - |
| HSV(B) | 60.42º | 0.73% | 0.77% | - |
| XYZ | 42.89 | 51.34 | 11.02 | - |
| YUV | 179.4 | 56.67 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 196 | 53 | 0.01 | 0 | 0.73 | 0.23 | 60.42 | 0.57 | 0.49 |
| Hex | C3 | C4 | 35 | 1 | 0 | 49 | 17 | 3C | 39 | 31 |
| Octal | 303 | 304 | 65 | 1 | 0 | 111 | 27 | 74 | 71 | 61 |
| Binary | 11000011 | 11000100 | 110101 | 1 | 0 | 1001001 | 10111 | 111100 | 111001 | 110001 |
Color Harmonies of #C3C435
Complementary color
Monochromatic Colors of #C3C435
Black with #C3C435
Text Example
Text Example
White with #C3C435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C435; }
p { color: rgb(195,196,53); }
H1.HeaderClassName
{
color: #C3C435;
}
.AnyTagClassName
{
color: #C3C435;
}
</style>
background-color css
<style>
a { background-color: #C3C435; }
a { background-color: rgb(195,196,53); }
div.DivClassName
{
background-color: #C3C435;
}
.BgClassName
{
background-color: #C3C435;
}
</style>
border-color css
<style>
span { border-color: #C3C435; }
span { border-color: rgb(195,196,53); }
td.TdClassName
{
border-color: #C3C435;
}
.TagClassName
{
border-color: #C3C435;
}
</style>