Shades of Fuego #C3C62A
Tints of Fuego #C3C62A
RGB
CMYK
RGB Variations
Color information
#C3C62A (or 0xC3C62A) is known color: Fuego. HEX triplet: C3, C6 and 2A. RGB value is (195,198,42). Sum of RGB (Red+Green+Blue) = 195+198+42=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 42 (16.80% from 255 or 9.66% from 435); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C62A is #3C39D5. Grayscale: #B3B3B3. Windows color (decimal): -3946966 or 2803395. OLE color: 2803395.
HSL color Cylindrical-coordinate representation of color #C3C62A: hue angle of 61.15º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3C62A is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 42 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.22 |
| HSL | 61.15º | 0.65% | 0.47% | - |
| HSV(B) | 61.15º | 0.79% | 0.78% | - |
| XYZ | 43.12 | 52.16 | 9.99 | - |
| YUV | 179.32 | 50.51 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 42 | 0.02 | 0 | 0.79 | 0.22 | 61.15 | 0.65 | 0.47 |
| Hex | C3 | C6 | 2A | 2 | 0 | 4F | 16 | 3D | 41 | 2F |
| Octal | 303 | 306 | 52 | 2 | 0 | 117 | 26 | 75 | 101 | 57 |
| Binary | 11000011 | 11000110 | 101010 | 10 | 0 | 1001111 | 10110 | 111101 | 1000001 | 101111 |
Color Harmonies of #C3C62A
Complementary color
Monochromatic Colors of #C3C62A
Black with #C3C62A
Text Example
Text Example
White with #C3C62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C62A; }
p { color: rgb(195,198,42); }
H1.HeaderClassName
{
color: #C3C62A;
}
.AnyTagClassName
{
color: #C3C62A;
}
</style>
background-color css
<style>
a { background-color: #C3C62A; }
a { background-color: rgb(195,198,42); }
div.DivClassName
{
background-color: #C3C62A;
}
.BgClassName
{
background-color: #C3C62A;
}
</style>
border-color css
<style>
span { border-color: #C3C62A; }
span { border-color: rgb(195,198,42); }
td.TdClassName
{
border-color: #C3C62A;
}
.TagClassName
{
border-color: #C3C62A;
}
</style>