Shades of Flame Pea #C0624A
Tints of Flame Pea #C0624A
RGB
CMYK
RGB Variations
Color information
#C0624A (or 0xC0624A) is known color: Flame Pea. HEX triplet: C0, 62 and 4A. RGB value is (192,98,74). Sum of RGB (Red+Green+Blue) = 192+98+74=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C0624A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0624A is #3F9DB5. Grayscale: #7B7B7B. Windows color (decimal): -4169142 or 4874944. OLE color: 4874944.
HSL color Cylindrical-coordinate representation of color #C0624A: hue angle of 12.2º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0624A is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 74 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.25 |
| HSL | 12.2º | 0.48% | 0.52% | - |
| HSV(B) | 12.2º | 0.61% | 0.75% | - |
| XYZ | 27.34 | 20.44 | 8.98 | - |
| YUV | 123.37 | 100.14 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 74 | 0 | 0.49 | 0.61 | 0.25 | 12.2 | 0.48 | 0.52 |
| Hex | C0 | 62 | 4A | 0 | 31 | 3D | 19 | C | 30 | 34 |
| Octal | 300 | 142 | 112 | 0 | 61 | 75 | 31 | 14 | 60 | 64 |
| Binary | 11000000 | 1100010 | 1001010 | 0 | 110001 | 111101 | 11001 | 1100 | 110000 | 110100 |
Color Harmonies of #C0624A
Complementary color
Monochromatic Colors of #C0624A
Black with #C0624A
Text Example
Text Example
White with #C0624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0624A; }
p { color: rgb(192,98,74); }
H1.HeaderClassName
{
color: #C0624A;
}
.AnyTagClassName
{
color: #C0624A;
}
</style>
background-color css
<style>
a { background-color: #C0624A; }
a { background-color: rgb(192,98,74); }
div.DivClassName
{
background-color: #C0624A;
}
.BgClassName
{
background-color: #C0624A;
}
</style>
border-color css
<style>
span { border-color: #C0624A; }
span { border-color: rgb(192,98,74); }
td.TdClassName
{
border-color: #C0624A;
}
.TagClassName
{
border-color: #C0624A;
}
</style>