#C15F49

Color #C15F49 Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #C15F49

Tints of Flame Pea #C15F49

Color information

#C15F49 (or 0xC15F49) is unknown color: approx Flame Pea. HEX triplet: C1, 5F and 49. RGB value is (193,95,73). Sum of RGB (Red+Green+Blue) = 193+95+73=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15F49 is #3EA0B6. Grayscale: #797979. Windows color (decimal): -4104375 or 4808641. OLE color: 4808641.

HSL color Cylindrical-coordinate representation of color #C15F49: hue angle of 11º 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 #C15F49 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB1939573-
CMYK00.510.620.24
HSL11º49.18%52.16%-
HSV(B)11º62.18%75.69%-
XYZ27.29208.73-
YUV121.79100.47178.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 53.46%
GREEN value IS 95 (37.5% from 255) = 26.32%
BLUE value IS 73 (28.91% from 255) = 20.22%
R=53.46%
G=26.32%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193957300.510.620.241149.1852.16
HexC15F490333E18b3134
Octal3011371110637630136164
Binary11000001101111110010010110011111110110001011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15F49; }

 p { color: rgb(193,95,73); }

 H1.HeaderClassName
 {
   color: #C15F49;
 }
 .AnyTagClassName
 {
   color: #C15F49;
 }
</style>
background-color css

<style>
 a { background-color: #C15F49; }

 a { background-color: rgb(193,95,73); }

 div.DivClassName
 {
   background-color: #C15F49;
 }
 .BgClassName
 {
   background-color: #C15F49;
 }
</style>
border-color css

<style>
 span { border-color: #C15F49; }

 span { border-color: rgb(193,95,73); }

 td.TdClassName
 {
   border-color: #C15F49;
 }
 .TagClassName
 {
   border-color: #C15F49;
 }
</style>