#C15949

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

Shades of Flame Pea #C15949

Tints of Flame Pea #C15949

Color information

#C15949 (or 0xC15949) is unknown color: approx Flame Pea. HEX triplet: C1, 59 and 49. RGB value is (193,89,73). Sum of RGB (Red+Green+Blue) = 193+89+73=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C15949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15949 is #3EA6B6. Grayscale: #767676. Windows color (decimal): -4105911 or 4807105. OLE color: 4807105.

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

Color convert

RGB1938973-
CMYK00.540.620.24
HSL49.18%52.16%-
HSV(B)62.18%75.69%-
XYZ26.7718.968.55-
YUV118.27102.46181.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.37%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 73 (28.91% from 255) = 20.56%
R=54.37%
G=25.07%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193897300.540.620.24849.1852.16
HexC159490363E1883134
Octal3011311110667630106164
Binary11000001101100110010010110110111110110001000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15949; }

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

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

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

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

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

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

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

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