#C16049

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

Shades of Flame Pea #C16049

Tints of Flame Pea #C16049

Color information

#C16049 (or 0xC16049) is unknown color: approx Flame Pea. HEX triplet: C1, 60 and 49. RGB value is (193,96,73). Sum of RGB (Red+Green+Blue) = 193+96+73=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C16049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16049 is #3E9FB6. Grayscale: #7A7A7A. Windows color (decimal): -4104119 or 4808897. OLE color: 4808897.

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

Color convert

RGB1939673-
CMYK00.500.620.24
HSL11.5º49.18%52.16%-
HSV(B)11.5º62.18%75.69%-
XYZ27.3820.188.76-
YUV122.38100.14178.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.31%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 73 (28.91% from 255) = 20.17%
R=53.31%
G=26.52%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193967300.500.620.2411.549.1852.16
HexC160490323E18c3134
Octal3011401110627630146164
Binary11000001110000010010010110010111110110001100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16049; }

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

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

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

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

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

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

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

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