Shades of Fuego #C3C62B
Tints of Fuego #C3C62B
RGB
CMYK
RGB Variations
Color information
#C3C62B (or 0xC3C62B) is known color: Fuego. HEX triplet: C3, C6 and 2B. RGB value is (195,198,43). Sum of RGB (Red+Green+Blue) = 195+198+43=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C62B is #3C39D4. Grayscale: #B4B4B4. Windows color (decimal): -3946965 or 2868931. OLE color: 2868931.
HSL color Cylindrical-coordinate representation of color #C3C62B: hue angle of 61.16º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3C62B is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 43 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.22 |
| HSL | 61.16º | 0.64% | 0.47% | - |
| HSV(B) | 61.16º | 0.78% | 0.78% | - |
| XYZ | 43.14 | 52.16 | 10.08 | - |
| YUV | 179.43 | 51.01 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 43 | 0.02 | 0 | 0.78 | 0.22 | 61.16 | 0.64 | 0.47 |
| Hex | C3 | C6 | 2B | 2 | 0 | 4E | 16 | 3D | 40 | 2F |
| Octal | 303 | 306 | 53 | 2 | 0 | 116 | 26 | 75 | 100 | 57 |
| Binary | 11000011 | 11000110 | 101011 | 10 | 0 | 1001110 | 10110 | 111101 | 1000000 | 101111 |
Color Harmonies of #C3C62B
Complementary color
Monochromatic Colors of #C3C62B
Black with #C3C62B
Text Example
Text Example
White with #C3C62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C62B; }
p { color: rgb(195,198,43); }
H1.HeaderClassName
{
color: #C3C62B;
}
.AnyTagClassName
{
color: #C3C62B;
}
</style>
background-color css
<style>
a { background-color: #C3C62B; }
a { background-color: rgb(195,198,43); }
div.DivClassName
{
background-color: #C3C62B;
}
.BgClassName
{
background-color: #C3C62B;
}
</style>
border-color css
<style>
span { border-color: #C3C62B; }
span { border-color: rgb(195,198,43); }
td.TdClassName
{
border-color: #C3C62B;
}
.TagClassName
{
border-color: #C3C62B;
}
</style>