Shades of Fuego #C0CB38
Tints of Fuego #C0CB38
RGB
CMYK
RGB Variations
Color information
#C0CB38 (or 0xC0CB38) is known color: Fuego. HEX triplet: C0, CB and 38. RGB value is (192,203,56). Sum of RGB (Red+Green+Blue) = 192+203+56=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 56 (22.27% from 255 or 12.42% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CB38 is #3F34C7. Grayscale: #B7B7B7. Windows color (decimal): -4142280 or 3722176. OLE color: 3722176.
HSL color Cylindrical-coordinate representation of color #C0CB38: hue angle of 64.49º degrees, saturation: 0.59, 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 #C0CB38 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 203 | 56 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.20 |
| HSL | 64.49º | 0.59% | 0.51% | - |
| HSV(B) | 64.49º | 0.72% | 0.8% | - |
| XYZ | 43.81 | 54.2 | 11.89 | - |
| YUV | 182.95 | 56.36 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 56 | 0.05 | 0 | 0.72 | 0.20 | 64.49 | 0.59 | 0.51 |
| Hex | C0 | CB | 38 | 5 | 0 | 48 | 14 | 40 | 3B | 33 |
| Octal | 300 | 313 | 70 | 5 | 0 | 110 | 24 | 100 | 73 | 63 |
| Binary | 11000000 | 11001011 | 111000 | 101 | 0 | 1001000 | 10100 | 1000000 | 111011 | 110011 |
Color Harmonies of #C0CB38
Complementary color
Monochromatic Colors of #C0CB38
Black with #C0CB38
Text Example
Text Example
White with #C0CB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CB38; }
p { color: rgb(192,203,56); }
H1.HeaderClassName
{
color: #C0CB38;
}
.AnyTagClassName
{
color: #C0CB38;
}
</style>
background-color css
<style>
a { background-color: #C0CB38; }
a { background-color: rgb(192,203,56); }
div.DivClassName
{
background-color: #C0CB38;
}
.BgClassName
{
background-color: #C0CB38;
}
</style>
border-color css
<style>
span { border-color: #C0CB38; }
span { border-color: rgb(192,203,56); }
td.TdClassName
{
border-color: #C0CB38;
}
.TagClassName
{
border-color: #C0CB38;
}
</style>