Shades of Fuego #C3CC31
Tints of Fuego #C3CC31
RGB
CMYK
RGB Variations
Color information
#C3CC31 (or 0xC3CC31) is known color: Fuego. HEX triplet: C3, CC and 31. RGB value is (195,204,49). Sum of RGB (Red+Green+Blue) = 195+204+49=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 49 (19.53% from 255 or 10.94% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CC31 is #3C33CE. Grayscale: #B8B8B8. Windows color (decimal): -3945423 or 3263683. OLE color: 3263683.
HSL color Cylindrical-coordinate representation of color #C3CC31: hue angle of 63.48º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3CC31 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 204 | 49 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.2 |
| HSL | 63.48º | 0.61% | 0.5% | - |
| HSV(B) | 63.48º | 0.76% | 0.8% | - |
| XYZ | 44.65 | 55.01 | 11.17 | - |
| YUV | 183.64 | 52.02 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 204 | 49 | 0.04 | 0 | 0.76 | 0.2 | 63.48 | 0.61 | 0.5 |
| Hex | C3 | CC | 31 | 4 | 0 | 4C | 14 | 3F | 3D | 32 |
| Octal | 303 | 314 | 61 | 4 | 0 | 114 | 24 | 77 | 75 | 62 |
| Binary | 11000011 | 11001100 | 110001 | 100 | 0 | 1001100 | 10100 | 111111 | 111101 | 110010 |
Color Harmonies of #C3CC31
Complementary color
Monochromatic Colors of #C3CC31
Black with #C3CC31
Text Example
Text Example
White with #C3CC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CC31; }
p { color: rgb(195,204,49); }
H1.HeaderClassName
{
color: #C3CC31;
}
.AnyTagClassName
{
color: #C3CC31;
}
</style>
background-color css
<style>
a { background-color: #C3CC31; }
a { background-color: rgb(195,204,49); }
div.DivClassName
{
background-color: #C3CC31;
}
.BgClassName
{
background-color: #C3CC31;
}
</style>
border-color css
<style>
span { border-color: #C3CC31; }
span { border-color: rgb(195,204,49); }
td.TdClassName
{
border-color: #C3CC31;
}
.TagClassName
{
border-color: #C3CC31;
}
</style>