Shades of Flame Pea #C0644C
Tints of Flame Pea #C0644C
RGB
CMYK
RGB Variations
Color information
#C0644C (or 0xC0644C) is known color: Flame Pea. HEX triplet: C0, 64 and 4C. RGB value is (192,100,76). Sum of RGB (Red+Green+Blue) = 192+100+76=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0644C is #3F9BB3. Grayscale: #7C7C7C. Windows color (decimal): -4168628 or 5006528. OLE color: 5006528.
HSL color Cylindrical-coordinate representation of color #C0644C: hue angle of 12.41º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0644C is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 100 | 76 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.25 |
| HSL | 12.41º | 0.48% | 0.53% | - |
| HSV(B) | 12.41º | 0.6% | 0.75% | - |
| XYZ | 27.6 | 20.84 | 9.41 | - |
| YUV | 124.77 | 100.48 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 76 | 0 | 0.48 | 0.60 | 0.25 | 12.41 | 0.48 | 0.53 |
| Hex | C0 | 64 | 4C | 0 | 30 | 3C | 19 | C | 30 | 35 |
| Octal | 300 | 144 | 114 | 0 | 60 | 74 | 31 | 14 | 60 | 65 |
| Binary | 11000000 | 1100100 | 1001100 | 0 | 110000 | 111100 | 11001 | 1100 | 110000 | 110101 |
Color Harmonies of #C0644C
Complementary color
Monochromatic Colors of #C0644C
Black with #C0644C
Text Example
Text Example
White with #C0644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0644C; }
p { color: rgb(192,100,76); }
H1.HeaderClassName
{
color: #C0644C;
}
.AnyTagClassName
{
color: #C0644C;
}
</style>
background-color css
<style>
a { background-color: #C0644C; }
a { background-color: rgb(192,100,76); }
div.DivClassName
{
background-color: #C0644C;
}
.BgClassName
{
background-color: #C0644C;
}
</style>
border-color css
<style>
span { border-color: #C0644C; }
span { border-color: rgb(192,100,76); }
td.TdClassName
{
border-color: #C0644C;
}
.TagClassName
{
border-color: #C0644C;
}
</style>