#C16149

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

Shades of Flame Pea #C16149

Tints of Flame Pea #C16149

Color information

#C16149 (or 0xC16149) is unknown color: approx Flame Pea. HEX triplet: C1, 61 and 49. RGB value is (193,97,73). Sum of RGB (Red+Green+Blue) = 193+97+73=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C16149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16149 is #3E9EB6. Grayscale: #7B7B7B. Windows color (decimal): -4103863 or 4809153. OLE color: 4809153.

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

Color convert

RGB1939773-
CMYK00.500.620.24
HSL12º49.18%52.16%-
HSV(B)12º62.18%75.69%-
XYZ27.4720.378.79-
YUV122.9799.8177.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.17%
GREEN value IS 97 (38.28% from 255) = 26.72%
BLUE value IS 73 (28.91% from 255) = 20.11%
R=53.17%
G=26.72%
B=20.11%

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
Decimal193977300.500.620.241249.1852.16
HexC161490323E18c3134
Octal3011411110627630146164
Binary11000001110000110010010110010111110110001100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16149; }

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

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

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

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

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

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

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

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