Shades of Fuego #C1CB3A
Tints of Fuego #C1CB3A
RGB
CMYK
RGB Variations
Color information
#C1CB3A (or 0xC1CB3A) is known color: Fuego. HEX triplet: C1, CB and 3A. RGB value is (193,203,58). Sum of RGB (Red+Green+Blue) = 193+203+58=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 58 (23.05% from 255 or 12.78% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CB3A is #3E34C5. Grayscale: #B8B8B8. Windows color (decimal): -4076742 or 3853249. OLE color: 3853249.
HSL color Cylindrical-coordinate representation of color #C1CB3A: hue angle of 64.14º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C1CB3A is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 203 | 58 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.20 |
| HSL | 64.14º | 0.58% | 0.51% | - |
| HSV(B) | 64.14º | 0.71% | 0.8% | - |
| XYZ | 44.11 | 54.35 | 12.17 | - |
| YUV | 183.48 | 57.19 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 203 | 58 | 0.05 | 0 | 0.71 | 0.20 | 64.14 | 0.58 | 0.51 |
| Hex | C1 | CB | 3A | 5 | 0 | 47 | 14 | 40 | 3A | 33 |
| Octal | 301 | 313 | 72 | 5 | 0 | 107 | 24 | 100 | 72 | 63 |
| Binary | 11000001 | 11001011 | 111010 | 101 | 0 | 1000111 | 10100 | 1000000 | 111010 | 110011 |
Color Harmonies of #C1CB3A
Complementary color
Monochromatic Colors of #C1CB3A
Black with #C1CB3A
Text Example
Text Example
White with #C1CB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CB3A; }
p { color: rgb(193,203,58); }
H1.HeaderClassName
{
color: #C1CB3A;
}
.AnyTagClassName
{
color: #C1CB3A;
}
</style>
background-color css
<style>
a { background-color: #C1CB3A; }
a { background-color: rgb(193,203,58); }
div.DivClassName
{
background-color: #C1CB3A;
}
.BgClassName
{
background-color: #C1CB3A;
}
</style>
border-color css
<style>
span { border-color: #C1CB3A; }
span { border-color: rgb(193,203,58); }
td.TdClassName
{
border-color: #C1CB3A;
}
.TagClassName
{
border-color: #C1CB3A;
}
</style>