Shades of Fuego #C0CB27
Tints of Fuego #C0CB27
RGB
CMYK
RGB Variations
Color information
#C0CB27 (or 0xC0CB27) is known color: Fuego. HEX triplet: C0, CB and 27. RGB value is (192,203,39). Sum of RGB (Red+Green+Blue) = 192+203+39=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 39 (15.62% from 255 or 8.99% from 434); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CB27 is #3F34D8. Grayscale: #B5B5B5. Windows color (decimal): -4142297 or 2608064. OLE color: 2608064.
HSL color Cylindrical-coordinate representation of color #C0CB27: hue angle of 64.02º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0CB27 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 203 | 39 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.20 |
| HSL | 64.02º | 0.68% | 0.47% | - |
| HSV(B) | 64.02º | 0.81% | 0.8% | - |
| XYZ | 43.46 | 54.06 | 10.06 | - |
| YUV | 181.02 | 47.86 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 39 | 0.05 | 0 | 0.81 | 0.20 | 64.02 | 0.68 | 0.47 |
| Hex | C0 | CB | 27 | 5 | 0 | 51 | 14 | 40 | 44 | 2F |
| Octal | 300 | 313 | 47 | 5 | 0 | 121 | 24 | 100 | 104 | 57 |
| Binary | 11000000 | 11001011 | 100111 | 101 | 0 | 1010001 | 10100 | 1000000 | 1000100 | 101111 |
Color Harmonies of #C0CB27
Complementary color
Monochromatic Colors of #C0CB27
Black with #C0CB27
Text Example
Text Example
White with #C0CB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CB27; }
p { color: rgb(192,203,39); }
H1.HeaderClassName
{
color: #C0CB27;
}
.AnyTagClassName
{
color: #C0CB27;
}
</style>
background-color css
<style>
a { background-color: #C0CB27; }
a { background-color: rgb(192,203,39); }
div.DivClassName
{
background-color: #C0CB27;
}
.BgClassName
{
background-color: #C0CB27;
}
</style>
border-color css
<style>
span { border-color: #C0CB27; }
span { border-color: rgb(192,203,39); }
td.TdClassName
{
border-color: #C0CB27;
}
.TagClassName
{
border-color: #C0CB27;
}
</style>