Shades of Fuego #C6CC27
Tints of Fuego #C6CC27
RGB
CMYK
RGB Variations
Color information
#C6CC27 (or 0xC6CC27) is known color: Fuego. HEX triplet: C6, CC and 27. RGB value is (198,204,39). Sum of RGB (Red+Green+Blue) = 198+204+39=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 39 (15.62% from 255 or 8.84% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CC27 is #3933D8. Grayscale: #B8B8B8. Windows color (decimal): -3748825 or 2608326. OLE color: 2608326.
HSL color Cylindrical-coordinate representation of color #C6CC27: hue angle of 62.18º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6CC27 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 204 | 39 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.2 |
| HSL | 62.18º | 0.68% | 0.48% | - |
| HSV(B) | 62.18º | 0.81% | 0.8% | - |
| XYZ | 45.25 | 55.34 | 10.22 | - |
| YUV | 183.4 | 46.51 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 204 | 39 | 0.03 | 0 | 0.81 | 0.2 | 62.18 | 0.68 | 0.48 |
| Hex | C6 | CC | 27 | 3 | 0 | 51 | 14 | 3E | 44 | 30 |
| Octal | 306 | 314 | 47 | 3 | 0 | 121 | 24 | 76 | 104 | 60 |
| Binary | 11000110 | 11001100 | 100111 | 11 | 0 | 1010001 | 10100 | 111110 | 1000100 | 110000 |
Color Harmonies of #C6CC27
Complementary color
Monochromatic Colors of #C6CC27
Black with #C6CC27
Text Example
Text Example
White with #C6CC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CC27; }
p { color: rgb(198,204,39); }
H1.HeaderClassName
{
color: #C6CC27;
}
.AnyTagClassName
{
color: #C6CC27;
}
</style>
background-color css
<style>
a { background-color: #C6CC27; }
a { background-color: rgb(198,204,39); }
div.DivClassName
{
background-color: #C6CC27;
}
.BgClassName
{
background-color: #C6CC27;
}
</style>
border-color css
<style>
span { border-color: #C6CC27; }
span { border-color: rgb(198,204,39); }
td.TdClassName
{
border-color: #C6CC27;
}
.TagClassName
{
border-color: #C6CC27;
}
</style>