#C46449

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

Shades of Flame Pea #C46449

Tints of Flame Pea #C46449

Color information

#C46449 (or 0xC46449) is unknown color: approx Flame Pea. HEX triplet: C4, 64 and 49. RGB value is (196,100,73). Sum of RGB (Red+Green+Blue) = 196+100+73=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C46449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46449 is #3B9BB6. Grayscale: #7D7D7D. Windows color (decimal): -3906487 or 4809924. OLE color: 4809924.

HSL color Cylindrical-coordinate representation of color #C46449: hue angle of 13.17º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C46449 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB19610073-
CMYK00.490.630.23
HSL13.17º51.04%52.75%-
HSV(B)13.17º62.76%76.86%-
XYZ28.5221.338.92-
YUV125.6398.3178.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.12%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 73 (28.91% from 255) = 19.78%
R=53.12%
G=27.10%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961007300.490.630.2313.1751.0452.75
HexC464490313F17d3335
Octal3041441110617727156365
Binary11000100110010010010010110001111111101111101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46449; }

 p { color: rgb(196,100,73); }

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

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

 a { background-color: rgb(196,100,73); }

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

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

 span { border-color: rgb(196,100,73); }

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