Shades of Flame Pea #C0644A
Tints of Flame Pea #C0644A
RGB
CMYK
RGB Variations
Color information
#C0644A (or 0xC0644A) is known color: Flame Pea. HEX triplet: C0, 64 and 4A. RGB value is (192,100,74). Sum of RGB (Red+Green+Blue) = 192+100+74=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0644A is #3F9BB5. Grayscale: #7C7C7C. Windows color (decimal): -4168630 or 4875456. OLE color: 4875456.
HSL color Cylindrical-coordinate representation of color #C0644A: hue angle of 13.22º 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 #C0644A is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 100 | 74 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.25 |
| HSL | 13.22º | 0.48% | 0.52% | - |
| HSV(B) | 13.22º | 0.61% | 0.75% | - |
| XYZ | 27.53 | 20.82 | 9.05 | - |
| YUV | 124.54 | 99.48 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 74 | 0 | 0.48 | 0.61 | 0.25 | 13.22 | 0.48 | 0.52 |
| Hex | C0 | 64 | 4A | 0 | 30 | 3D | 19 | D | 30 | 34 |
| Octal | 300 | 144 | 112 | 0 | 60 | 75 | 31 | 15 | 60 | 64 |
| Binary | 11000000 | 1100100 | 1001010 | 0 | 110000 | 111101 | 11001 | 1101 | 110000 | 110100 |
Color Harmonies of #C0644A
Complementary color
Monochromatic Colors of #C0644A
Black with #C0644A
Text Example
Text Example
White with #C0644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0644A; }
p { color: rgb(192,100,74); }
H1.HeaderClassName
{
color: #C0644A;
}
.AnyTagClassName
{
color: #C0644A;
}
</style>
background-color css
<style>
a { background-color: #C0644A; }
a { background-color: rgb(192,100,74); }
div.DivClassName
{
background-color: #C0644A;
}
.BgClassName
{
background-color: #C0644A;
}
</style>
border-color css
<style>
span { border-color: #C0644A; }
span { border-color: rgb(192,100,74); }
td.TdClassName
{
border-color: #C0644A;
}
.TagClassName
{
border-color: #C0644A;
}
</style>