#C26049

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

Shades of Flame Pea #C26049

Tints of Flame Pea #C26049

Color information

#C26049 (or 0xC26049) is unknown color: approx Flame Pea. HEX triplet: C2, 60 and 49. RGB value is (194,96,73). Sum of RGB (Red+Green+Blue) = 194+96+73=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C26049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26049 is #3D9FB6. Grayscale: #7A7A7A. Windows color (decimal): -4038583 or 4808898. OLE color: 4808898.

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

Color convert

RGB1949673-
CMYK00.510.620.24
HSL11.4º49.79%52.35%-
HSV(B)11.4º62.37%76.08%-
XYZ27.6320.328.77-
YUV122.6899.97178.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.44%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 73 (28.91% from 255) = 20.11%
R=53.44%
G=26.45%
B=20.11%

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
Decimal194967300.510.620.2411.449.7952.35
HexC260490333E18b3234
Octal3021401110637630136264
Binary11000010110000010010010110011111110110001011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26049; }

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

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

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

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

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

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

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

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