Shades of Fuego #C3C734
Tints of Fuego #C3C734
RGB
CMYK
RGB Variations
Color information
#C3C734 (or 0xC3C734) is known color: Fuego. HEX triplet: C3, C7 and 34. RGB value is (195,199,52). Sum of RGB (Red+Green+Blue) = 195+199+52=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 199 - color contains mainly: green. Hex color #C3C734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C734 is #3C38CB. Grayscale: #B5B5B5. Windows color (decimal): -3946700 or 3459011. OLE color: 3459011.
HSL color Cylindrical-coordinate representation of color #C3C734: hue angle of 61.63º degrees, saturation: 0.59, 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 #C3C734 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 199 | 52 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.22 |
| HSL | 61.63º | 0.59% | 0.49% | - |
| HSV(B) | 61.63º | 0.74% | 0.78% | - |
| XYZ | 43.55 | 52.7 | 11.13 | - |
| YUV | 181.05 | 55.17 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 199 | 52 | 0.02 | 0 | 0.74 | 0.22 | 61.63 | 0.59 | 0.49 |
| Hex | C3 | C7 | 34 | 2 | 0 | 4A | 16 | 3E | 3B | 31 |
| Octal | 303 | 307 | 64 | 2 | 0 | 112 | 26 | 76 | 73 | 61 |
| Binary | 11000011 | 11000111 | 110100 | 10 | 0 | 1001010 | 10110 | 111110 | 111011 | 110001 |
Color Harmonies of #C3C734
Complementary color
Monochromatic Colors of #C3C734
Black with #C3C734
Text Example
Text Example
White with #C3C734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C734; }
p { color: rgb(195,199,52); }
H1.HeaderClassName
{
color: #C3C734;
}
.AnyTagClassName
{
color: #C3C734;
}
</style>
background-color css
<style>
a { background-color: #C3C734; }
a { background-color: rgb(195,199,52); }
div.DivClassName
{
background-color: #C3C734;
}
.BgClassName
{
background-color: #C3C734;
}
</style>
border-color css
<style>
span { border-color: #C3C734; }
span { border-color: rgb(195,199,52); }
td.TdClassName
{
border-color: #C3C734;
}
.TagClassName
{
border-color: #C3C734;
}
</style>