Shades of Fuego #C3C82A
Tints of Fuego #C3C82A
RGB
CMYK
RGB Variations
Color information
#C3C82A (or 0xC3C82A) is known color: Fuego. HEX triplet: C3, C8 and 2A. RGB value is (195,200,42). Sum of RGB (Red+Green+Blue) = 195+200+42=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 42 (16.80% from 255 or 9.61% from 437); Max value from RGB is 200 - color contains mainly: green. Hex color #C3C82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C82A is #3C37D5. Grayscale: #B5B5B5. Windows color (decimal): -3946454 or 2803907. OLE color: 2803907.
HSL color Cylindrical-coordinate representation of color #C3C82A: hue angle of 61.9º 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 #C3C82A is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 200 | 42 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.22 |
| HSL | 61.9º | 0.65% | 0.47% | - |
| HSV(B) | 61.9º | 0.79% | 0.78% | - |
| XYZ | 43.58 | 53.08 | 10.14 | - |
| YUV | 180.49 | 49.84 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 200 | 42 | 0.02 | 0 | 0.79 | 0.22 | 61.9 | 0.65 | 0.47 |
| Hex | C3 | C8 | 2A | 2 | 0 | 4F | 16 | 3E | 41 | 2F |
| Octal | 303 | 310 | 52 | 2 | 0 | 117 | 26 | 76 | 101 | 57 |
| Binary | 11000011 | 11001000 | 101010 | 10 | 0 | 1001111 | 10110 | 111110 | 1000001 | 101111 |
Color Harmonies of #C3C82A
Complementary color
Monochromatic Colors of #C3C82A
Black with #C3C82A
Text Example
Text Example
White with #C3C82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C82A; }
p { color: rgb(195,200,42); }
H1.HeaderClassName
{
color: #C3C82A;
}
.AnyTagClassName
{
color: #C3C82A;
}
</style>
background-color css
<style>
a { background-color: #C3C82A; }
a { background-color: rgb(195,200,42); }
div.DivClassName
{
background-color: #C3C82A;
}
.BgClassName
{
background-color: #C3C82A;
}
</style>
border-color css
<style>
span { border-color: #C3C82A; }
span { border-color: rgb(195,200,42); }
td.TdClassName
{
border-color: #C3C82A;
}
.TagClassName
{
border-color: #C3C82A;
}
</style>