Shades of Fuego #C3C335
Tints of Fuego #C3C335
RGB
CMYK
RGB Variations
Color information
#C3C335 (or 0xC3C335) is known color: Fuego. HEX triplet: C3, C3 and 35. RGB value is (195,195,53). Sum of RGB (Red+Green+Blue) = 195+195+53=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 53 (21.09% from 255 or 11.96% from 443); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C335 is #3C3CCA. Grayscale: #B3B3B3. Windows color (decimal): -3947723 or 3523523. OLE color: 3523523.
HSL color Cylindrical-coordinate representation of color #C3C335: hue angle of 60º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3C335 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 195 | 53 | - |
| CMYK | 0 | 0 | 0.73 | 0.24 |
| HSL | 60º | 0.57% | 0.49% | - |
| HSV(B) | 60º | 0.73% | 0.76% | - |
| XYZ | 42.66 | 50.89 | 10.94 | - |
| YUV | 178.81 | 57 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 195 | 53 | 0 | 0 | 0.73 | 0.24 | 60 | 0.57 | 0.49 |
| Hex | C3 | C3 | 35 | 0 | 0 | 49 | 18 | 3C | 39 | 31 |
| Octal | 303 | 303 | 65 | 0 | 0 | 111 | 30 | 74 | 71 | 61 |
| Binary | 11000011 | 11000011 | 110101 | 0 | 0 | 1001001 | 11000 | 111100 | 111001 | 110001 |
Color Harmonies of #C3C335
Complementary color
Monochromatic Colors of #C3C335
Black with #C3C335
Text Example
Text Example
White with #C3C335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C335; }
p { color: rgb(195,195,53); }
H1.HeaderClassName
{
color: #C3C335;
}
.AnyTagClassName
{
color: #C3C335;
}
</style>
background-color css
<style>
a { background-color: #C3C335; }
a { background-color: rgb(195,195,53); }
div.DivClassName
{
background-color: #C3C335;
}
.BgClassName
{
background-color: #C3C335;
}
</style>
border-color css
<style>
span { border-color: #C3C335; }
span { border-color: rgb(195,195,53); }
td.TdClassName
{
border-color: #C3C335;
}
.TagClassName
{
border-color: #C3C335;
}
</style>