#C16646

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

Shades of Flame Pea #C16646

Tints of Flame Pea #C16646

Color information

#C16646 (or 0xC16646) is unknown color: approx Flame Pea. HEX triplet: C1, 66 and 46. RGB value is (193,102,70). Sum of RGB (Red+Green+Blue) = 193+102+70=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C16646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16646 is #3E99B9. Grayscale: #7D7D7D. Windows color (decimal): -4102586 or 4613825. OLE color: 4613825.

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

Color convert

RGB19310270-
CMYK00.470.640.24
HSL15.61º49.8%51.57%-
HSV(B)15.61º63.73%75.69%-
XYZ27.8521.288.43-
YUV125.5696.65176.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.88%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 70 (27.73% from 255) = 19.18%
R=52.88%
G=27.95%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931027000.470.640.2415.6149.851.57
HexC1664602F4018103234
Octal30114610605710030206264
Binary1100000111001101000110010111110000001100010000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16646; }

 p { color: rgb(193,102,70); }

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

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

 a { background-color: rgb(193,102,70); }

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

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

 span { border-color: rgb(193,102,70); }

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