Shades of Chilean Fire #C6592A
Tints of Chilean Fire #C6592A
RGB
CMYK
RGB Variations
Color information
#C6592A (or 0xC6592A) is known color: Chilean Fire. HEX triplet: C6, 59 and 2A. RGB value is (198,89,42). Sum of RGB (Red+Green+Blue) = 198+89+42=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C6592A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6592A is #39A6D5. Grayscale: #747474. Windows color (decimal): -3778262 or 2775494. OLE color: 2775494.
HSL color Cylindrical-coordinate representation of color #C6592A: hue angle of 18.08º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6592A is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 42 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.22 |
| HSL | 18.08º | 0.65% | 0.47% | - |
| HSV(B) | 18.08º | 0.79% | 0.78% | - |
| XYZ | 27.28 | 19.32 | 4.48 | - |
| YUV | 116.23 | 86.11 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 42 | 0 | 0.55 | 0.79 | 0.22 | 18.08 | 0.65 | 0.47 |
| Hex | C6 | 59 | 2A | 0 | 37 | 4F | 16 | 12 | 41 | 2F |
| Octal | 306 | 131 | 52 | 0 | 67 | 117 | 26 | 22 | 101 | 57 |
| Binary | 11000110 | 1011001 | 101010 | 0 | 110111 | 1001111 | 10110 | 10010 | 1000001 | 101111 |
Color Harmonies of #C6592A
Complementary color
Monochromatic Colors of #C6592A
Black with #C6592A
Text Example
Text Example
White with #C6592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6592A; }
p { color: rgb(198,89,42); }
H1.HeaderClassName
{
color: #C6592A;
}
.AnyTagClassName
{
color: #C6592A;
}
</style>
background-color css
<style>
a { background-color: #C6592A; }
a { background-color: rgb(198,89,42); }
div.DivClassName
{
background-color: #C6592A;
}
.BgClassName
{
background-color: #C6592A;
}
</style>
border-color css
<style>
span { border-color: #C6592A; }
span { border-color: rgb(198,89,42); }
td.TdClassName
{
border-color: #C6592A;
}
.TagClassName
{
border-color: #C6592A;
}
</style>