Shades of Fuego #C1CD31
Tints of Fuego #C1CD31
RGB
CMYK
RGB Variations
Color information
#C1CD31 (or 0xC1CD31) is known color: Fuego. HEX triplet: C1, CD and 31. RGB value is (193,205,49). Sum of RGB (Red+Green+Blue) = 193+205+49=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 49 (19.53% from 255 or 10.96% from 447); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CD31 is #3E32CE. Grayscale: #B8B8B8. Windows color (decimal): -4076239 or 3263937. OLE color: 3263937.
HSL color Cylindrical-coordinate representation of color #C1CD31: hue angle of 64.62º 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 #C1CD31 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 49 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.20 |
| HSL | 64.62º | 0.61% | 0.5% | - |
| HSV(B) | 64.62º | 0.76% | 0.8% | - |
| XYZ | 44.38 | 55.22 | 11.23 | - |
| YUV | 183.63 | 52.02 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 49 | 0.06 | 0 | 0.76 | 0.20 | 64.62 | 0.61 | 0.5 |
| Hex | C1 | CD | 31 | 6 | 0 | 4C | 14 | 41 | 3D | 32 |
| Octal | 301 | 315 | 61 | 6 | 0 | 114 | 24 | 101 | 75 | 62 |
| Binary | 11000001 | 11001101 | 110001 | 110 | 0 | 1001100 | 10100 | 1000001 | 111101 | 110010 |
Color Harmonies of #C1CD31
Complementary color
Monochromatic Colors of #C1CD31
Black with #C1CD31
Text Example
Text Example
White with #C1CD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CD31; }
p { color: rgb(193,205,49); }
H1.HeaderClassName
{
color: #C1CD31;
}
.AnyTagClassName
{
color: #C1CD31;
}
</style>
background-color css
<style>
a { background-color: #C1CD31; }
a { background-color: rgb(193,205,49); }
div.DivClassName
{
background-color: #C1CD31;
}
.BgClassName
{
background-color: #C1CD31;
}
</style>
border-color css
<style>
span { border-color: #C1CD31; }
span { border-color: rgb(193,205,49); }
td.TdClassName
{
border-color: #C1CD31;
}
.TagClassName
{
border-color: #C1CD31;
}
</style>