Shades of Fuego #C0CA27
Tints of Fuego #C0CA27
RGB
CMYK
RGB Variations
Color information
#C0CA27 (or 0xC0CA27) is known color: Fuego. HEX triplet: C0, CA and 27. RGB value is (192,202,39). Sum of RGB (Red+Green+Blue) = 192+202+39=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 39 (15.62% from 255 or 9.01% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CA27 is #3F35D8. Grayscale: #B5B5B5. Windows color (decimal): -4142553 or 2607808. OLE color: 2607808.
HSL color Cylindrical-coordinate representation of color #C0CA27: hue angle of 63.68º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0CA27 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 39 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.21 |
| HSL | 63.68º | 0.68% | 0.47% | - |
| HSV(B) | 63.68º | 0.81% | 0.79% | - |
| XYZ | 43.22 | 53.59 | 9.99 | - |
| YUV | 180.43 | 48.19 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 39 | 0.05 | 0 | 0.81 | 0.21 | 63.68 | 0.68 | 0.47 |
| Hex | C0 | CA | 27 | 5 | 0 | 51 | 15 | 40 | 44 | 2F |
| Octal | 300 | 312 | 47 | 5 | 0 | 121 | 25 | 100 | 104 | 57 |
| Binary | 11000000 | 11001010 | 100111 | 101 | 0 | 1010001 | 10101 | 1000000 | 1000100 | 101111 |
Color Harmonies of #C0CA27
Complementary color
Monochromatic Colors of #C0CA27
Black with #C0CA27
Text Example
Text Example
White with #C0CA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA27; }
p { color: rgb(192,202,39); }
H1.HeaderClassName
{
color: #C0CA27;
}
.AnyTagClassName
{
color: #C0CA27;
}
</style>
background-color css
<style>
a { background-color: #C0CA27; }
a { background-color: rgb(192,202,39); }
div.DivClassName
{
background-color: #C0CA27;
}
.BgClassName
{
background-color: #C0CA27;
}
</style>
border-color css
<style>
span { border-color: #C0CA27; }
span { border-color: rgb(192,202,39); }
td.TdClassName
{
border-color: #C0CA27;
}
.TagClassName
{
border-color: #C0CA27;
}
</style>