Shades of Chilean Fire #C6592E
Tints of Chilean Fire #C6592E
RGB
CMYK
RGB Variations
Color information
#C6592E (or 0xC6592E) is known color: Chilean Fire. HEX triplet: C6, 59 and 2E. RGB value is (198,89,46). Sum of RGB (Red+Green+Blue) = 198+89+46=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C6592E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6592E is #39A6D1. Grayscale: #747474. Windows color (decimal): -3778258 or 3037638. OLE color: 3037638.
HSL color Cylindrical-coordinate representation of color #C6592E: hue angle of 16.97º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6592E is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 46 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.22 |
| HSL | 16.97º | 0.62% | 0.48% | - |
| HSV(B) | 16.97º | 0.77% | 0.78% | - |
| XYZ | 27.35 | 19.35 | 4.88 | - |
| YUV | 116.69 | 88.11 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 46 | 0 | 0.55 | 0.77 | 0.22 | 16.97 | 0.62 | 0.48 |
| Hex | C6 | 59 | 2E | 0 | 37 | 4D | 16 | 11 | 3E | 30 |
| Octal | 306 | 131 | 56 | 0 | 67 | 115 | 26 | 21 | 76 | 60 |
| Binary | 11000110 | 1011001 | 101110 | 0 | 110111 | 1001101 | 10110 | 10001 | 111110 | 110000 |
Color Harmonies of #C6592E
Complementary color
Monochromatic Colors of #C6592E
Black with #C6592E
Text Example
Text Example
White with #C6592E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6592E; }
p { color: rgb(198,89,46); }
H1.HeaderClassName
{
color: #C6592E;
}
.AnyTagClassName
{
color: #C6592E;
}
</style>
background-color css
<style>
a { background-color: #C6592E; }
a { background-color: rgb(198,89,46); }
div.DivClassName
{
background-color: #C6592E;
}
.BgClassName
{
background-color: #C6592E;
}
</style>
border-color css
<style>
span { border-color: #C6592E; }
span { border-color: rgb(198,89,46); }
td.TdClassName
{
border-color: #C6592E;
}
.TagClassName
{
border-color: #C6592E;
}
</style>