Shades of Fuego #C1CB2F
Tints of Fuego #C1CB2F
RGB
CMYK
RGB Variations
Color information
#C1CB2F (or 0xC1CB2F) is known color: Fuego. HEX triplet: C1, CB and 2F. RGB value is (193,203,47). Sum of RGB (Red+Green+Blue) = 193+203+47=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 47 (18.75% from 255 or 10.61% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CB2F is #3E34D0. Grayscale: #B6B6B6. Windows color (decimal): -4076753 or 3132353. OLE color: 3132353.
HSL color Cylindrical-coordinate representation of color #C1CB2F: hue angle of 63.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1CB2F is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 203 | 47 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.20 |
| HSL | 63.85º | 0.62% | 0.49% | - |
| HSV(B) | 63.85º | 0.77% | 0.8% | - |
| XYZ | 43.86 | 54.25 | 10.85 | - |
| YUV | 182.23 | 51.69 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 203 | 47 | 0.05 | 0 | 0.77 | 0.20 | 63.85 | 0.62 | 0.49 |
| Hex | C1 | CB | 2F | 5 | 0 | 4D | 14 | 40 | 3E | 31 |
| Octal | 301 | 313 | 57 | 5 | 0 | 115 | 24 | 100 | 76 | 61 |
| Binary | 11000001 | 11001011 | 101111 | 101 | 0 | 1001101 | 10100 | 1000000 | 111110 | 110001 |
Color Harmonies of #C1CB2F
Complementary color
Monochromatic Colors of #C1CB2F
Black with #C1CB2F
Text Example
Text Example
White with #C1CB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CB2F; }
p { color: rgb(193,203,47); }
H1.HeaderClassName
{
color: #C1CB2F;
}
.AnyTagClassName
{
color: #C1CB2F;
}
</style>
background-color css
<style>
a { background-color: #C1CB2F; }
a { background-color: rgb(193,203,47); }
div.DivClassName
{
background-color: #C1CB2F;
}
.BgClassName
{
background-color: #C1CB2F;
}
</style>
border-color css
<style>
span { border-color: #C1CB2F; }
span { border-color: rgb(193,203,47); }
td.TdClassName
{
border-color: #C1CB2F;
}
.TagClassName
{
border-color: #C1CB2F;
}
</style>