Shades of Flame Pea #C16048
Tints of Flame Pea #C16048
RGB
CMYK
RGB Variations
Color information
#C16048 (or 0xC16048) is known color: Flame Pea. HEX triplet: C1, 60 and 48. RGB value is (193,96,72). Sum of RGB (Red+Green+Blue) = 193+96+72=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C16048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16048 is #3E9FB7. Grayscale: #7A7A7A. Windows color (decimal): -4104120 or 4743361. OLE color: 4743361.
HSL color Cylindrical-coordinate representation of color #C16048: hue angle of 11.9º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C16048 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 72 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.24 |
| HSL | 11.9º | 0.49% | 0.52% | - |
| HSV(B) | 11.9º | 0.63% | 0.76% | - |
| XYZ | 27.34 | 20.17 | 8.58 | - |
| YUV | 122.27 | 99.64 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 72 | 0 | 0.50 | 0.63 | 0.24 | 11.9 | 0.49 | 0.52 |
| Hex | C1 | 60 | 48 | 0 | 32 | 3F | 18 | C | 31 | 34 |
| Octal | 301 | 140 | 110 | 0 | 62 | 77 | 30 | 14 | 61 | 64 |
| Binary | 11000001 | 1100000 | 1001000 | 0 | 110010 | 111111 | 11000 | 1100 | 110001 | 110100 |
Color Harmonies of #C16048
Complementary color
Monochromatic Colors of #C16048
Black with #C16048
Text Example
Text Example
White with #C16048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16048; }
p { color: rgb(193,96,72); }
H1.HeaderClassName
{
color: #C16048;
}
.AnyTagClassName
{
color: #C16048;
}
</style>
background-color css
<style>
a { background-color: #C16048; }
a { background-color: rgb(193,96,72); }
div.DivClassName
{
background-color: #C16048;
}
.BgClassName
{
background-color: #C16048;
}
</style>
border-color css
<style>
span { border-color: #C16048; }
span { border-color: rgb(193,96,72); }
td.TdClassName
{
border-color: #C16048;
}
.TagClassName
{
border-color: #C16048;
}
</style>