Shades of Fuego #C1CB39
Tints of Fuego #C1CB39
RGB
CMYK
RGB Variations
Color information
#C1CB39 (or 0xC1CB39) is known color: Fuego. HEX triplet: C1, CB and 39. RGB value is (193,203,57). Sum of RGB (Red+Green+Blue) = 193+203+57=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 57 (22.66% from 255 or 12.58% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CB39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CB39 is #3E34C6. Grayscale: #B7B7B7. Windows color (decimal): -4076743 or 3787713. OLE color: 3787713.
HSL color Cylindrical-coordinate representation of color #C1CB39: hue angle of 64.11º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1CB39 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 203 | 57 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.20 |
| HSL | 64.11º | 0.58% | 0.51% | - |
| HSV(B) | 64.11º | 0.72% | 0.8% | - |
| XYZ | 44.09 | 54.34 | 12.04 | - |
| YUV | 183.37 | 56.69 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 203 | 57 | 0.05 | 0 | 0.72 | 0.20 | 64.11 | 0.58 | 0.51 |
| Hex | C1 | CB | 39 | 5 | 0 | 48 | 14 | 40 | 3A | 33 |
| Octal | 301 | 313 | 71 | 5 | 0 | 110 | 24 | 100 | 72 | 63 |
| Binary | 11000001 | 11001011 | 111001 | 101 | 0 | 1001000 | 10100 | 1000000 | 111010 | 110011 |
Color Harmonies of #C1CB39
Complementary color
Monochromatic Colors of #C1CB39
Black with #C1CB39
Text Example
Text Example
White with #C1CB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CB39; }
p { color: rgb(193,203,57); }
H1.HeaderClassName
{
color: #C1CB39;
}
.AnyTagClassName
{
color: #C1CB39;
}
</style>
background-color css
<style>
a { background-color: #C1CB39; }
a { background-color: rgb(193,203,57); }
div.DivClassName
{
background-color: #C1CB39;
}
.BgClassName
{
background-color: #C1CB39;
}
</style>
border-color css
<style>
span { border-color: #C1CB39; }
span { border-color: rgb(193,203,57); }
td.TdClassName
{
border-color: #C1CB39;
}
.TagClassName
{
border-color: #C1CB39;
}
</style>