Shades of Flame Pea #C6614B
Tints of Flame Pea #C6614B
RGB
CMYK
RGB Variations
Color information
#C6614B (or 0xC6614B) is known color: Flame Pea. HEX triplet: C6, 61 and 4B. RGB value is (198,97,75). Sum of RGB (Red+Green+Blue) = 198+97+75=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C6614B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6614B is #399EB4. Grayscale: #7C7C7C. Windows color (decimal): -3776181 or 4940230. OLE color: 4940230.
HSL color Cylindrical-coordinate representation of color #C6614B: hue angle of 10.73º 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 #C6614B is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 97 | 75 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.22 |
| HSL | 10.73º | 0.52% | 0.54% | - |
| HSV(B) | 10.73º | 0.62% | 0.78% | - |
| XYZ | 28.83 | 21.06 | 9.2 | - |
| YUV | 124.69 | 99.96 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 97 | 75 | 0 | 0.51 | 0.62 | 0.22 | 10.73 | 0.52 | 0.54 |
| Hex | C6 | 61 | 4B | 0 | 33 | 3E | 16 | B | 34 | 36 |
| Octal | 306 | 141 | 113 | 0 | 63 | 76 | 26 | 13 | 64 | 66 |
| Binary | 11000110 | 1100001 | 1001011 | 0 | 110011 | 111110 | 10110 | 1011 | 110100 | 110110 |
Color Harmonies of #C6614B
Complementary color
Monochromatic Colors of #C6614B
Black with #C6614B
Text Example
Text Example
White with #C6614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6614B; }
p { color: rgb(198,97,75); }
H1.HeaderClassName
{
color: #C6614B;
}
.AnyTagClassName
{
color: #C6614B;
}
</style>
background-color css
<style>
a { background-color: #C6614B; }
a { background-color: rgb(198,97,75); }
div.DivClassName
{
background-color: #C6614B;
}
.BgClassName
{
background-color: #C6614B;
}
</style>
border-color css
<style>
span { border-color: #C6614B; }
span { border-color: rgb(198,97,75); }
td.TdClassName
{
border-color: #C6614B;
}
.TagClassName
{
border-color: #C6614B;
}
</style>