Shades of Flame Pea #C6594C
Tints of Flame Pea #C6594C
RGB
CMYK
RGB Variations
Color information
#C6594C (or 0xC6594C) is known color: Flame Pea. HEX triplet: C6, 59 and 4C. RGB value is (198,89,76). Sum of RGB (Red+Green+Blue) = 198+89+76=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C6594C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6594C is #39A6B3. Grayscale: #787878. Windows color (decimal): -3778228 or 5003718. OLE color: 5003718.
HSL color Cylindrical-coordinate representation of color #C6594C: hue angle of 6.39º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6594C is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 76 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.22 |
| HSL | 6.39º | 0.52% | 0.54% | - |
| HSV(B) | 6.39º | 0.62% | 0.78% | - |
| XYZ | 28.17 | 19.67 | 9.15 | - |
| YUV | 120.11 | 103.11 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 76 | 0 | 0.55 | 0.62 | 0.22 | 6.39 | 0.52 | 0.54 |
| Hex | C6 | 59 | 4C | 0 | 37 | 3E | 16 | 6 | 34 | 36 |
| Octal | 306 | 131 | 114 | 0 | 67 | 76 | 26 | 6 | 64 | 66 |
| Binary | 11000110 | 1011001 | 1001100 | 0 | 110111 | 111110 | 10110 | 110 | 110100 | 110110 |
Color Harmonies of #C6594C
Complementary color
Monochromatic Colors of #C6594C
Black with #C6594C
Text Example
Text Example
White with #C6594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6594C; }
p { color: rgb(198,89,76); }
H1.HeaderClassName
{
color: #C6594C;
}
.AnyTagClassName
{
color: #C6594C;
}
</style>
background-color css
<style>
a { background-color: #C6594C; }
a { background-color: rgb(198,89,76); }
div.DivClassName
{
background-color: #C6594C;
}
.BgClassName
{
background-color: #C6594C;
}
</style>
border-color css
<style>
span { border-color: #C6594C; }
span { border-color: rgb(198,89,76); }
td.TdClassName
{
border-color: #C6594C;
}
.TagClassName
{
border-color: #C6594C;
}
</style>