Shades of Flame Pea #C15D4A
Tints of Flame Pea #C15D4A
RGB
CMYK
RGB Variations
Color information
#C15D4A (or 0xC15D4A) is known color: Flame Pea. HEX triplet: C1, 5D and 4A. RGB value is (193,93,74). Sum of RGB (Red+Green+Blue) = 193+93+74=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15D4A is #3EA2B5. Grayscale: #787878. Windows color (decimal): -4104886 or 4873665. OLE color: 4873665.
HSL color Cylindrical-coordinate representation of color #C15D4A: hue angle of 9.58º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C15D4A is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 93 | 74 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.24 |
| HSL | 9.58º | 0.49% | 0.52% | - |
| HSV(B) | 9.58º | 0.62% | 0.76% | - |
| XYZ | 27.14 | 19.66 | 8.84 | - |
| YUV | 120.73 | 101.63 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 74 | 0 | 0.52 | 0.62 | 0.24 | 9.58 | 0.49 | 0.52 |
| Hex | C1 | 5D | 4A | 0 | 34 | 3E | 18 | A | 31 | 34 |
| Octal | 301 | 135 | 112 | 0 | 64 | 76 | 30 | 12 | 61 | 64 |
| Binary | 11000001 | 1011101 | 1001010 | 0 | 110100 | 111110 | 11000 | 1010 | 110001 | 110100 |
Color Harmonies of #C15D4A
Complementary color
Monochromatic Colors of #C15D4A
Black with #C15D4A
Text Example
Text Example
White with #C15D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15D4A; }
p { color: rgb(193,93,74); }
H1.HeaderClassName
{
color: #C15D4A;
}
.AnyTagClassName
{
color: #C15D4A;
}
</style>
background-color css
<style>
a { background-color: #C15D4A; }
a { background-color: rgb(193,93,74); }
div.DivClassName
{
background-color: #C15D4A;
}
.BgClassName
{
background-color: #C15D4A;
}
</style>
border-color css
<style>
span { border-color: #C15D4A; }
span { border-color: rgb(193,93,74); }
td.TdClassName
{
border-color: #C15D4A;
}
.TagClassName
{
border-color: #C15D4A;
}
</style>