Shades of Flame Pea #C16148
Tints of Flame Pea #C16148
RGB
CMYK
RGB Variations
Color information
#C16148 (or 0xC16148) is known color: Flame Pea. HEX triplet: C1, 61 and 48. RGB value is (193,97,72). Sum of RGB (Red+Green+Blue) = 193+97+72=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C16148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16148 is #3E9EB7. Grayscale: #7B7B7B. Windows color (decimal): -4103864 or 4743617. OLE color: 4743617.
HSL color Cylindrical-coordinate representation of color #C16148: hue angle of 12.4º 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 #C16148 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 72 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.24 |
| HSL | 12.4º | 0.49% | 0.52% | - |
| HSV(B) | 12.4º | 0.63% | 0.76% | - |
| XYZ | 27.44 | 20.35 | 8.61 | - |
| YUV | 122.85 | 99.3 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 72 | 0 | 0.50 | 0.63 | 0.24 | 12.4 | 0.49 | 0.52 |
| Hex | C1 | 61 | 48 | 0 | 32 | 3F | 18 | C | 31 | 34 |
| Octal | 301 | 141 | 110 | 0 | 62 | 77 | 30 | 14 | 61 | 64 |
| Binary | 11000001 | 1100001 | 1001000 | 0 | 110010 | 111111 | 11000 | 1100 | 110001 | 110100 |
Color Harmonies of #C16148
Complementary color
Monochromatic Colors of #C16148
Black with #C16148
Text Example
Text Example
White with #C16148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16148; }
p { color: rgb(193,97,72); }
H1.HeaderClassName
{
color: #C16148;
}
.AnyTagClassName
{
color: #C16148;
}
</style>
background-color css
<style>
a { background-color: #C16148; }
a { background-color: rgb(193,97,72); }
div.DivClassName
{
background-color: #C16148;
}
.BgClassName
{
background-color: #C16148;
}
</style>
border-color css
<style>
span { border-color: #C16148; }
span { border-color: rgb(193,97,72); }
td.TdClassName
{
border-color: #C16148;
}
.TagClassName
{
border-color: #C16148;
}
</style>