Shades of Fuego #C0CF27
Tints of Fuego #C0CF27
RGB
CMYK
RGB Variations
Color information
#C0CF27 (or 0xC0CF27) is known color: Fuego. HEX triplet: C0, CF and 27. RGB value is (192,207,39). Sum of RGB (Red+Green+Blue) = 192+207+39=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 39 (15.62% from 255 or 8.90% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CF27 is #3F30D8. Grayscale: #B8B8B8. Windows color (decimal): -4141273 or 2609088. OLE color: 2609088.
HSL color Cylindrical-coordinate representation of color #C0CF27: hue angle of 65.36º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0CF27 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 39 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.19 |
| HSL | 65.36º | 0.68% | 0.48% | - |
| HSV(B) | 65.36º | 0.81% | 0.81% | - |
| XYZ | 44.42 | 55.98 | 10.38 | - |
| YUV | 183.36 | 46.53 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 39 | 0.07 | 0 | 0.81 | 0.19 | 65.36 | 0.68 | 0.48 |
| Hex | C0 | CF | 27 | 7 | 0 | 51 | 13 | 41 | 44 | 30 |
| Octal | 300 | 317 | 47 | 7 | 0 | 121 | 23 | 101 | 104 | 60 |
| Binary | 11000000 | 11001111 | 100111 | 111 | 0 | 1010001 | 10011 | 1000001 | 1000100 | 110000 |
Color Harmonies of #C0CF27
Complementary color
Monochromatic Colors of #C0CF27
Black with #C0CF27
Text Example
Text Example
White with #C0CF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CF27; }
p { color: rgb(192,207,39); }
H1.HeaderClassName
{
color: #C0CF27;
}
.AnyTagClassName
{
color: #C0CF27;
}
</style>
background-color css
<style>
a { background-color: #C0CF27; }
a { background-color: rgb(192,207,39); }
div.DivClassName
{
background-color: #C0CF27;
}
.BgClassName
{
background-color: #C0CF27;
}
</style>
border-color css
<style>
span { border-color: #C0CF27; }
span { border-color: rgb(192,207,39); }
td.TdClassName
{
border-color: #C0CF27;
}
.TagClassName
{
border-color: #C0CF27;
}
</style>