Shades of Flame Pea #C0624E
Tints of Flame Pea #C0624E
RGB
CMYK
RGB Variations
Color information
#C0624E (or 0xC0624E) is known color: Flame Pea. HEX triplet: C0, 62 and 4E. RGB value is (192,98,78). Sum of RGB (Red+Green+Blue) = 192+98+78=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0624E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0624E is #3F9DB1. Grayscale: #7B7B7B. Windows color (decimal): -4169138 or 5137088. OLE color: 5137088.
HSL color Cylindrical-coordinate representation of color #C0624E: hue angle of 10.53º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0624E is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 78 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.25 |
| HSL | 10.53º | 0.48% | 0.53% | - |
| HSV(B) | 10.53º | 0.59% | 0.75% | - |
| XYZ | 27.48 | 20.49 | 9.71 | - |
| YUV | 123.83 | 102.14 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 78 | 0 | 0.49 | 0.59 | 0.25 | 10.53 | 0.48 | 0.53 |
| Hex | C0 | 62 | 4E | 0 | 31 | 3B | 19 | B | 30 | 35 |
| Octal | 300 | 142 | 116 | 0 | 61 | 73 | 31 | 13 | 60 | 65 |
| Binary | 11000000 | 1100010 | 1001110 | 0 | 110001 | 111011 | 11001 | 1011 | 110000 | 110101 |
Color Harmonies of #C0624E
Complementary color
Monochromatic Colors of #C0624E
Black with #C0624E
Text Example
Text Example
White with #C0624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0624E; }
p { color: rgb(192,98,78); }
H1.HeaderClassName
{
color: #C0624E;
}
.AnyTagClassName
{
color: #C0624E;
}
</style>
background-color css
<style>
a { background-color: #C0624E; }
a { background-color: rgb(192,98,78); }
div.DivClassName
{
background-color: #C0624E;
}
.BgClassName
{
background-color: #C0624E;
}
</style>
border-color css
<style>
span { border-color: #C0624E; }
span { border-color: rgb(192,98,78); }
td.TdClassName
{
border-color: #C0624E;
}
.TagClassName
{
border-color: #C0624E;
}
</style>