Shades of Fuego #C6CA38
Tints of Fuego #C6CA38
RGB
CMYK
RGB Variations
Color information
#C6CA38 (or 0xC6CA38) is known color: Fuego. HEX triplet: C6, CA and 38. RGB value is (198,202,56). Sum of RGB (Red+Green+Blue) = 198+202+56=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 56 (22.27% from 255 or 12.28% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CA38 is #3935C7. Grayscale: #B8B8B8. Windows color (decimal): -3749320 or 3721926. OLE color: 3721926.
HSL color Cylindrical-coordinate representation of color #C6CA38: hue angle of 61.64º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6CA38 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 202 | 56 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.21 |
| HSL | 61.64º | 0.58% | 0.51% | - |
| HSV(B) | 61.64º | 0.72% | 0.79% | - |
| XYZ | 45.12 | 54.53 | 11.89 | - |
| YUV | 184.16 | 55.67 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 56 | 0.02 | 0 | 0.72 | 0.21 | 61.64 | 0.58 | 0.51 |
| Hex | C6 | CA | 38 | 2 | 0 | 48 | 15 | 3E | 3A | 33 |
| Octal | 306 | 312 | 70 | 2 | 0 | 110 | 25 | 76 | 72 | 63 |
| Binary | 11000110 | 11001010 | 111000 | 10 | 0 | 1001000 | 10101 | 111110 | 111010 | 110011 |
Color Harmonies of #C6CA38
Complementary color
Monochromatic Colors of #C6CA38
Black with #C6CA38
Text Example
Text Example
White with #C6CA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CA38; }
p { color: rgb(198,202,56); }
H1.HeaderClassName
{
color: #C6CA38;
}
.AnyTagClassName
{
color: #C6CA38;
}
</style>
background-color css
<style>
a { background-color: #C6CA38; }
a { background-color: rgb(198,202,56); }
div.DivClassName
{
background-color: #C6CA38;
}
.BgClassName
{
background-color: #C6CA38;
}
</style>
border-color css
<style>
span { border-color: #C6CA38; }
span { border-color: rgb(198,202,56); }
td.TdClassName
{
border-color: #C6CA38;
}
.TagClassName
{
border-color: #C6CA38;
}
</style>