Shades of Fuego #C3C52B
Tints of Fuego #C3C52B
RGB
CMYK
RGB Variations
Color information
#C3C52B (or 0xC3C52B) is known color: Fuego. HEX triplet: C3, C5 and 2B. RGB value is (195,197,43). Sum of RGB (Red+Green+Blue) = 195+197+43=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C52B is #3C3AD4. Grayscale: #B3B3B3. Windows color (decimal): -3947221 or 2868675. OLE color: 2868675.
HSL color Cylindrical-coordinate representation of color #C3C52B: hue angle of 60.78º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3C52B is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 43 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.23 |
| HSL | 60.78º | 0.64% | 0.47% | - |
| HSV(B) | 60.78º | 0.78% | 0.77% | - |
| XYZ | 42.91 | 51.71 | 10 | - |
| YUV | 178.85 | 51.34 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 43 | 0.01 | 0 | 0.78 | 0.23 | 60.78 | 0.64 | 0.47 |
| Hex | C3 | C5 | 2B | 1 | 0 | 4E | 17 | 3D | 40 | 2F |
| Octal | 303 | 305 | 53 | 1 | 0 | 116 | 27 | 75 | 100 | 57 |
| Binary | 11000011 | 11000101 | 101011 | 1 | 0 | 1001110 | 10111 | 111101 | 1000000 | 101111 |
Color Harmonies of #C3C52B
Complementary color
Monochromatic Colors of #C3C52B
Black with #C3C52B
Text Example
Text Example
White with #C3C52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C52B; }
p { color: rgb(195,197,43); }
H1.HeaderClassName
{
color: #C3C52B;
}
.AnyTagClassName
{
color: #C3C52B;
}
</style>
background-color css
<style>
a { background-color: #C3C52B; }
a { background-color: rgb(195,197,43); }
div.DivClassName
{
background-color: #C3C52B;
}
.BgClassName
{
background-color: #C3C52B;
}
</style>
border-color css
<style>
span { border-color: #C3C52B; }
span { border-color: rgb(195,197,43); }
td.TdClassName
{
border-color: #C3C52B;
}
.TagClassName
{
border-color: #C3C52B;
}
</style>