Shades of Fuego #C3CA2E
Tints of Fuego #C3CA2E
RGB
CMYK
RGB Variations
Color information
#C3CA2E (or 0xC3CA2E) is known color: Fuego. HEX triplet: C3, CA and 2E. RGB value is (195,202,46). Sum of RGB (Red+Green+Blue) = 195+202+46=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 46 (18.36% from 255 or 10.38% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CA2E is #3C35D1. Grayscale: #B6B6B6. Windows color (decimal): -3945938 or 3066563. OLE color: 3066563.
HSL color Cylindrical-coordinate representation of color #C3CA2E: hue angle of 62.69º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3CA2E is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 202 | 46 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.21 |
| HSL | 62.69º | 0.63% | 0.49% | - |
| HSV(B) | 62.69º | 0.77% | 0.79% | - |
| XYZ | 44.12 | 54.04 | 10.69 | - |
| YUV | 182.12 | 51.18 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 202 | 46 | 0.03 | 0 | 0.77 | 0.21 | 62.69 | 0.63 | 0.49 |
| Hex | C3 | CA | 2E | 3 | 0 | 4D | 15 | 3F | 3F | 31 |
| Octal | 303 | 312 | 56 | 3 | 0 | 115 | 25 | 77 | 77 | 61 |
| Binary | 11000011 | 11001010 | 101110 | 11 | 0 | 1001101 | 10101 | 111111 | 111111 | 110001 |
Color Harmonies of #C3CA2E
Complementary color
Monochromatic Colors of #C3CA2E
Black with #C3CA2E
Text Example
Text Example
White with #C3CA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CA2E; }
p { color: rgb(195,202,46); }
H1.HeaderClassName
{
color: #C3CA2E;
}
.AnyTagClassName
{
color: #C3CA2E;
}
</style>
background-color css
<style>
a { background-color: #C3CA2E; }
a { background-color: rgb(195,202,46); }
div.DivClassName
{
background-color: #C3CA2E;
}
.BgClassName
{
background-color: #C3CA2E;
}
</style>
border-color css
<style>
span { border-color: #C3CA2E; }
span { border-color: rgb(195,202,46); }
td.TdClassName
{
border-color: #C3CA2E;
}
.TagClassName
{
border-color: #C3CA2E;
}
</style>