Shades of Flame Pea #C0654D
Tints of Flame Pea #C0654D
RGB
CMYK
RGB Variations
Color information
#C0654D (or 0xC0654D) is known color: Flame Pea. HEX triplet: C0, 65 and 4D. RGB value is (192,101,77). Sum of RGB (Red+Green+Blue) = 192+101+77=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0654D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0654D is #3F9AB2. Grayscale: #7D7D7D. Windows color (decimal): -4168371 or 5072320. OLE color: 5072320.
HSL color Cylindrical-coordinate representation of color #C0654D: hue angle of 12.52º 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 #C0654D is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 77 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.25 |
| HSL | 12.52º | 0.48% | 0.53% | - |
| HSV(B) | 12.52º | 0.6% | 0.75% | - |
| XYZ | 27.73 | 21.05 | 9.62 | - |
| YUV | 125.47 | 100.65 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 77 | 0 | 0.47 | 0.60 | 0.25 | 12.52 | 0.48 | 0.53 |
| Hex | C0 | 65 | 4D | 0 | 2F | 3C | 19 | D | 30 | 35 |
| Octal | 300 | 145 | 115 | 0 | 57 | 74 | 31 | 15 | 60 | 65 |
| Binary | 11000000 | 1100101 | 1001101 | 0 | 101111 | 111100 | 11001 | 1101 | 110000 | 110101 |
Color Harmonies of #C0654D
Complementary color
Monochromatic Colors of #C0654D
Black with #C0654D
Text Example
Text Example
White with #C0654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0654D; }
p { color: rgb(192,101,77); }
H1.HeaderClassName
{
color: #C0654D;
}
.AnyTagClassName
{
color: #C0654D;
}
</style>
background-color css
<style>
a { background-color: #C0654D; }
a { background-color: rgb(192,101,77); }
div.DivClassName
{
background-color: #C0654D;
}
.BgClassName
{
background-color: #C0654D;
}
</style>
border-color css
<style>
span { border-color: #C0654D; }
span { border-color: rgb(192,101,77); }
td.TdClassName
{
border-color: #C0654D;
}
.TagClassName
{
border-color: #C0654D;
}
</style>