#C16044

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

Shades of Flame Pea #C16044

Tints of Flame Pea #C16044

Color information

#C16044 (or 0xC16044) is unknown color: approx Flame Pea. HEX triplet: C1, 60 and 44. RGB value is (193,96,68). Sum of RGB (Red+Green+Blue) = 193+96+68=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C16044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16044 is #3E9FBB. Grayscale: #7A7A7A. Windows color (decimal): -4104124 or 4481217. OLE color: 4481217.

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

Color convert

RGB1939668-
CMYK00.500.650.24
HSL13.44º50.2%51.18%-
HSV(B)13.44º64.77%75.69%-
XYZ27.2220.127.92-
YUV121.8197.64178.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.06%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 68 (26.95% from 255) = 19.05%
R=54.06%
G=26.89%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193966800.500.650.2413.4450.251.18
HexC160440324118d3233
Octal30114010406210130156263
Binary110000011100000100010001100101000001110001101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16044; }

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

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

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

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

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

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

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

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