Shades of Flame Pea #C6624B
Tints of Flame Pea #C6624B
RGB
CMYK
RGB Variations
Color information
#C6624B (or 0xC6624B) is known color: Flame Pea. HEX triplet: C6, 62 and 4B. RGB value is (198,98,75). Sum of RGB (Red+Green+Blue) = 198+98+75=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C6624B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6624B is #399DB4. Grayscale: #7D7D7D. Windows color (decimal): -3775925 or 4940486. OLE color: 4940486.
HSL color Cylindrical-coordinate representation of color #C6624B: hue angle of 11.22º 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 #C6624B is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 98 | 75 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.22 |
| HSL | 11.22º | 0.52% | 0.54% | - |
| HSV(B) | 11.22º | 0.62% | 0.78% | - |
| XYZ | 28.93 | 21.25 | 9.23 | - |
| YUV | 125.28 | 99.63 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 75 | 0 | 0.51 | 0.62 | 0.22 | 11.22 | 0.52 | 0.54 |
| Hex | C6 | 62 | 4B | 0 | 33 | 3E | 16 | B | 34 | 36 |
| Octal | 306 | 142 | 113 | 0 | 63 | 76 | 26 | 13 | 64 | 66 |
| Binary | 11000110 | 1100010 | 1001011 | 0 | 110011 | 111110 | 10110 | 1011 | 110100 | 110110 |
Color Harmonies of #C6624B
Complementary color
Monochromatic Colors of #C6624B
Black with #C6624B
Text Example
Text Example
White with #C6624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6624B; }
p { color: rgb(198,98,75); }
H1.HeaderClassName
{
color: #C6624B;
}
.AnyTagClassName
{
color: #C6624B;
}
</style>
background-color css
<style>
a { background-color: #C6624B; }
a { background-color: rgb(198,98,75); }
div.DivClassName
{
background-color: #C6624B;
}
.BgClassName
{
background-color: #C6624B;
}
</style>
border-color css
<style>
span { border-color: #C6624B; }
span { border-color: rgb(198,98,75); }
td.TdClassName
{
border-color: #C6624B;
}
.TagClassName
{
border-color: #C6624B;
}
</style>