Shades of Flame Pea #C05948
Tints of Flame Pea #C05948
RGB
CMYK
RGB Variations
Color information
#C05948 (or 0xC05948) is known color: Flame Pea. HEX triplet: C0, 59 and 48. RGB value is (192,89,72). Sum of RGB (Red+Green+Blue) = 192+89+72=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C05948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05948 is #3FA6B7. Grayscale: #767676. Windows color (decimal): -4171448 or 4741568. OLE color: 4741568.
HSL color Cylindrical-coordinate representation of color #C05948: hue angle of 8.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C05948 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 72 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.25 |
| HSL | 8.5º | 0.49% | 0.52% | - |
| HSV(B) | 8.5º | 0.63% | 0.75% | - |
| XYZ | 26.48 | 18.82 | 8.37 | - |
| YUV | 117.86 | 102.12 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 72 | 0 | 0.54 | 0.63 | 0.25 | 8.5 | 0.49 | 0.52 |
| Hex | C0 | 59 | 48 | 0 | 36 | 3F | 19 | 8 | 31 | 34 |
| Octal | 300 | 131 | 110 | 0 | 66 | 77 | 31 | 10 | 61 | 64 |
| Binary | 11000000 | 1011001 | 1001000 | 0 | 110110 | 111111 | 11001 | 1000 | 110001 | 110100 |
Color Harmonies of #C05948
Complementary color
Monochromatic Colors of #C05948
Black with #C05948
Text Example
Text Example
White with #C05948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05948; }
p { color: rgb(192,89,72); }
H1.HeaderClassName
{
color: #C05948;
}
.AnyTagClassName
{
color: #C05948;
}
</style>
background-color css
<style>
a { background-color: #C05948; }
a { background-color: rgb(192,89,72); }
div.DivClassName
{
background-color: #C05948;
}
.BgClassName
{
background-color: #C05948;
}
</style>
border-color css
<style>
span { border-color: #C05948; }
span { border-color: rgb(192,89,72); }
td.TdClassName
{
border-color: #C05948;
}
.TagClassName
{
border-color: #C05948;
}
</style>