Shades of Fuego #C1CD30
Tints of Fuego #C1CD30
RGB
CMYK
RGB Variations
Color information
#C1CD30 (or 0xC1CD30) is known color: Fuego. HEX triplet: C1, CD and 30. RGB value is (193,205,48). Sum of RGB (Red+Green+Blue) = 193+205+48=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CD30 is #3E32CF. Grayscale: #B8B8B8. Windows color (decimal): -4076240 or 3198401. OLE color: 3198401.
HSL color Cylindrical-coordinate representation of color #C1CD30: hue angle of 64.59º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1CD30 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 48 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.20 |
| HSL | 64.59º | 0.62% | 0.5% | - |
| HSV(B) | 64.59º | 0.77% | 0.8% | - |
| XYZ | 44.36 | 55.21 | 11.12 | - |
| YUV | 183.51 | 51.52 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 48 | 0.06 | 0 | 0.77 | 0.20 | 64.59 | 0.62 | 0.5 |
| Hex | C1 | CD | 30 | 6 | 0 | 4D | 14 | 41 | 3E | 32 |
| Octal | 301 | 315 | 60 | 6 | 0 | 115 | 24 | 101 | 76 | 62 |
| Binary | 11000001 | 11001101 | 110000 | 110 | 0 | 1001101 | 10100 | 1000001 | 111110 | 110010 |
Color Harmonies of #C1CD30
Complementary color
Monochromatic Colors of #C1CD30
Black with #C1CD30
Text Example
Text Example
White with #C1CD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CD30; }
p { color: rgb(193,205,48); }
H1.HeaderClassName
{
color: #C1CD30;
}
.AnyTagClassName
{
color: #C1CD30;
}
</style>
background-color css
<style>
a { background-color: #C1CD30; }
a { background-color: rgb(193,205,48); }
div.DivClassName
{
background-color: #C1CD30;
}
.BgClassName
{
background-color: #C1CD30;
}
</style>
border-color css
<style>
span { border-color: #C1CD30; }
span { border-color: rgb(193,205,48); }
td.TdClassName
{
border-color: #C1CD30;
}
.TagClassName
{
border-color: #C1CD30;
}
</style>