Shades of Flame Pea #C6644B
Tints of Flame Pea #C6644B
RGB
CMYK
RGB Variations
Color information
#C6644B (or 0xC6644B) is known color: Flame Pea. HEX triplet: C6, 64 and 4B. RGB value is (198,100,75). Sum of RGB (Red+Green+Blue) = 198+100+75=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6644B is #399BB4. Grayscale: #7E7E7E. Windows color (decimal): -3775413 or 4940998. OLE color: 4940998.
HSL color Cylindrical-coordinate representation of color #C6644B: hue angle of 12.2º 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 #C6644B is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 75 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.22 |
| HSL | 12.2º | 0.52% | 0.54% | - |
| HSV(B) | 12.2º | 0.62% | 0.78% | - |
| XYZ | 29.12 | 21.63 | 9.3 | - |
| YUV | 126.45 | 98.97 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 75 | 0 | 0.49 | 0.62 | 0.22 | 12.2 | 0.52 | 0.54 |
| Hex | C6 | 64 | 4B | 0 | 31 | 3E | 16 | C | 34 | 36 |
| Octal | 306 | 144 | 113 | 0 | 61 | 76 | 26 | 14 | 64 | 66 |
| Binary | 11000110 | 1100100 | 1001011 | 0 | 110001 | 111110 | 10110 | 1100 | 110100 | 110110 |
Color Harmonies of #C6644B
Complementary color
Monochromatic Colors of #C6644B
Black with #C6644B
Text Example
Text Example
White with #C6644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6644B; }
p { color: rgb(198,100,75); }
H1.HeaderClassName
{
color: #C6644B;
}
.AnyTagClassName
{
color: #C6644B;
}
</style>
background-color css
<style>
a { background-color: #C6644B; }
a { background-color: rgb(198,100,75); }
div.DivClassName
{
background-color: #C6644B;
}
.BgClassName
{
background-color: #C6644B;
}
</style>
border-color css
<style>
span { border-color: #C6644B; }
span { border-color: rgb(198,100,75); }
td.TdClassName
{
border-color: #C6644B;
}
.TagClassName
{
border-color: #C6644B;
}
</style>