#C16040

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

Shades of Flame Pea #C16040

Tints of Flame Pea #C16040

Color information

#C16040 (or 0xC16040) is unknown color: approx Flame Pea. HEX triplet: C1, 60 and 40. RGB value is (193,96,64). Sum of RGB (Red+Green+Blue) = 193+96+64=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C16040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16040 is #3E9FBF. Grayscale: #797979. Windows color (decimal): -4104128 or 4219073. OLE color: 4219073.

HSL color Cylindrical-coordinate representation of color #C16040: hue angle of 14.88º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C16040 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB1939664-
CMYK00.500.670.24
HSL14.88º50.99%50.39%-
HSV(B)14.88º66.84%75.69%-
XYZ27.120.077.3-
YUV121.3695.64179.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.67%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 64 (25.39% from 255) = 18.13%
R=54.67%
G=27.20%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193966400.500.670.2414.8850.9950.39
HexC160400324318f3332
Octal30114010006210330176362
Binary110000011100000100000001100101000011110001111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16040; }

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

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

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

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

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

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

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

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