Shades of Fuego #C1CF38
Tints of Fuego #C1CF38
RGB
CMYK
RGB Variations
Color information
#C1CF38 (or 0xC1CF38) is known color: Fuego. HEX triplet: C1, CF and 38. RGB value is (193,207,56). Sum of RGB (Red+Green+Blue) = 193+207+56=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 56 (22.27% from 255 or 12.28% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CF38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CF38 is #3E30C7. Grayscale: #BABABA. Windows color (decimal): -4075720 or 3723201. OLE color: 3723201.
HSL color Cylindrical-coordinate representation of color #C1CF38: hue angle of 65.56º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1CF38 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 207 | 56 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.19 |
| HSL | 65.56º | 0.61% | 0.52% | - |
| HSV(B) | 65.56º | 0.73% | 0.81% | - |
| XYZ | 45.02 | 56.25 | 12.23 | - |
| YUV | 185.6 | 54.86 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 56 | 0.07 | 0 | 0.73 | 0.19 | 65.56 | 0.61 | 0.52 |
| Hex | C1 | CF | 38 | 7 | 0 | 49 | 13 | 42 | 3D | 34 |
| Octal | 301 | 317 | 70 | 7 | 0 | 111 | 23 | 102 | 75 | 64 |
| Binary | 11000001 | 11001111 | 111000 | 111 | 0 | 1001001 | 10011 | 1000010 | 111101 | 110100 |
Color Harmonies of #C1CF38
Complementary color
Monochromatic Colors of #C1CF38
Black with #C1CF38
Text Example
Text Example
White with #C1CF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CF38; }
p { color: rgb(193,207,56); }
H1.HeaderClassName
{
color: #C1CF38;
}
.AnyTagClassName
{
color: #C1CF38;
}
</style>
background-color css
<style>
a { background-color: #C1CF38; }
a { background-color: rgb(193,207,56); }
div.DivClassName
{
background-color: #C1CF38;
}
.BgClassName
{
background-color: #C1CF38;
}
</style>
border-color css
<style>
span { border-color: #C1CF38; }
span { border-color: rgb(193,207,56); }
td.TdClassName
{
border-color: #C1CF38;
}
.TagClassName
{
border-color: #C1CF38;
}
</style>