Shades of Flame Pea #C0624F
Tints of Flame Pea #C0624F
RGB
CMYK
RGB Variations
Color information
#C0624F (or 0xC0624F) is known color: Flame Pea. HEX triplet: C0, 62 and 4F. RGB value is (192,98,79). Sum of RGB (Red+Green+Blue) = 192+98+79=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0624F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0624F is #3F9DB0. Grayscale: #7C7C7C. Windows color (decimal): -4169137 or 5202624. OLE color: 5202624.
HSL color Cylindrical-coordinate representation of color #C0624F: hue angle of 10.09º 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 #C0624F is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 79 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.25 |
| HSL | 10.09º | 0.47% | 0.53% | - |
| HSV(B) | 10.09º | 0.59% | 0.75% | - |
| XYZ | 27.52 | 20.51 | 9.9 | - |
| YUV | 123.94 | 102.64 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 79 | 0 | 0.49 | 0.59 | 0.25 | 10.09 | 0.47 | 0.53 |
| Hex | C0 | 62 | 4F | 0 | 31 | 3B | 19 | A | 2F | 35 |
| Octal | 300 | 142 | 117 | 0 | 61 | 73 | 31 | 12 | 57 | 65 |
| Binary | 11000000 | 1100010 | 1001111 | 0 | 110001 | 111011 | 11001 | 1010 | 101111 | 110101 |
Color Harmonies of #C0624F
Complementary color
Monochromatic Colors of #C0624F
Black with #C0624F
Text Example
Text Example
White with #C0624F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0624F; }
p { color: rgb(192,98,79); }
H1.HeaderClassName
{
color: #C0624F;
}
.AnyTagClassName
{
color: #C0624F;
}
</style>
background-color css
<style>
a { background-color: #C0624F; }
a { background-color: rgb(192,98,79); }
div.DivClassName
{
background-color: #C0624F;
}
.BgClassName
{
background-color: #C0624F;
}
</style>
border-color css
<style>
span { border-color: #C0624F; }
span { border-color: rgb(192,98,79); }
td.TdClassName
{
border-color: #C0624F;
}
.TagClassName
{
border-color: #C0624F;
}
</style>